#B62036

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

Shades of Cardinal #B62036

Tints of Cardinal #B62036

Color information

#B62036 (or 0xB62036) is unknown color: approx Cardinal. HEX triplet: B6, 20 and 36. RGB value is (182,32,54). Sum of RGB (Red+Green+Blue) = 182+32+54=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B62036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62036 is #49DFC9. Grayscale: #4F4F4F. Windows color (decimal): -4841418 or 3547318. OLE color: 3547318.

HSL color Cylindrical-coordinate representation of color #B62036: hue angle of 351.2º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62036 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1823254-
CMYK00.820.700.29
HSL351.2º70.09%41.96%-
HSV(B)351.2º82.42%71.37%-
XYZ20.4711.244.58-
YUV79.36113.7201.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 32 (12.89% from 255) = 11.94%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=67.91%
G=11.94%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182325400.820.700.29351.270.0941.96
HexB62036052461D15f462a
Octal266406601221063553710652
Binary10110110100000110110010100101000110111011010111111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62036; }

 p { color: rgb(182,32,54); }

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

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

 a { background-color: rgb(182,32,54); }

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

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

 span { border-color: rgb(182,32,54); }

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