#B62832

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

Shades of Cardinal #B62832

Tints of Cardinal #B62832

Color information

#B62832 (or 0xB62832) is unknown color: approx Cardinal. HEX triplet: B6, 28 and 32. RGB value is (182,40,50). Sum of RGB (Red+Green+Blue) = 182+40+50=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B62832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62832 is #49D7CD. Grayscale: #535353. Windows color (decimal): -4839374 or 3287222. OLE color: 3287222.

HSL color Cylindrical-coordinate representation of color #B62832: hue angle of 355.77º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62832 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1824050-
CMYK00.780.730.29
HSL355.77º63.96%43.53%-
HSV(B)355.77º78.02%71.37%-
XYZ20.6311.694.19-
YUV83.6109.04198.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=66.91%
G=14.71%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182405000.780.730.29355.7763.9643.53
HexB6283204E491D164402c
Octal266506201161113554410054
Binary10110110101000110010010011101001001111011011001001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62832; }

 p { color: rgb(182,40,50); }

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

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

 a { background-color: rgb(182,40,50); }

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

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

 span { border-color: rgb(182,40,50); }

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