#B62132

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

Shades of Cardinal #B62132

Tints of Cardinal #B62132

Color information

#B62132 (or 0xB62132) is unknown color: approx Cardinal. HEX triplet: B6, 21 and 32. RGB value is (182,33,50). Sum of RGB (Red+Green+Blue) = 182+33+50=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B62132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62132 is #49DECD. Grayscale: #4F4F4F. Windows color (decimal): -4841166 or 3285430. OLE color: 3285430.

HSL color Cylindrical-coordinate representation of color #B62132: hue angle of 353.15º degrees, saturation: 0.69, 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 #B62132 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1823350-
CMYK00.820.730.29
HSL353.15º69.3%42.16%-
HSV(B)353.15º81.87%71.37%-
XYZ20.4111.264.12-
YUV79.49111.36201.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 33 (13.28% from 255) = 12.45%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=68.68%
G=12.45%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182335000.820.730.29353.1569.342.16
HexB62132052491D161452a
Octal266416201221113554110552
Binary10110110100001110010010100101001001111011011000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62132; }

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

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

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

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

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

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

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

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