#B6072E

Color #B6072E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B6072E

Tints of Cardinal #B6072E

Color information

#B6072E (or 0xB6072E) is unknown color: approx Cardinal. HEX triplet: B6, 07 and 2E. RGB value is (182,7,46). Sum of RGB (Red+Green+Blue) = 182+7+46=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B6072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6072E is #49F8D1. Grayscale: #3F3F3F. Windows color (decimal): -4847826 or 3016630. OLE color: 3016630.

HSL color Cylindrical-coordinate representation of color #B6072E: hue angle of 346.63º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6072E is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB182746-
CMYK00.960.750.29
HSL346.63º92.59%37.06%-
HSV(B)346.63º96.15%71.37%-
XYZ19.8610.293.53-
YUV63.77117.98212.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 77.45%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 46 (18.36% from 255) = 19.57%
R=77.45%
G=2.98%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18274600.960.750.29346.6392.5937.06
HexB672E0604B1D15b5d25
Octal26675601401133553313545
Binary10110110111101110011000001001011111011010110111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6072E; }

 p { color: rgb(182,7,46); }

 H1.HeaderClassName
 {
   color: #B6072E;
 }
 .AnyTagClassName
 {
   color: #B6072E;
 }
</style>
background-color css

<style>
 a { background-color: #B6072E; }

 a { background-color: rgb(182,7,46); }

 div.DivClassName
 {
   background-color: #B6072E;
 }
 .BgClassName
 {
   background-color: #B6072E;
 }
</style>
border-color css

<style>
 span { border-color: #B6072E; }

 span { border-color: rgb(182,7,46); }

 td.TdClassName
 {
   border-color: #B6072E;
 }
 .TagClassName
 {
   border-color: #B6072E;
 }
</style>