#B32B32

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

Shades of Cardinal #B32B32

Tints of Cardinal #B32B32

Color information

#B32B32 (or 0xB32B32) is unknown color: approx Cardinal. HEX triplet: B3, 2B and 32. RGB value is (179,43,50). Sum of RGB (Red+Green+Blue) = 179+43+50=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32B32 is #4CD4CD. Grayscale: #545454. Windows color (decimal): -5035214 or 3287987. OLE color: 3287987.

HSL color Cylindrical-coordinate representation of color #B32B32: hue angle of 356.91º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B32 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1794350-
CMYK00.760.720.30
HSL356.91º61.26%43.53%-
HSV(B)356.91º75.98%70.2%-
XYZ20.0311.544.19-
YUV84.46108.56195.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.81%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=65.81%
G=15.81%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179435000.760.720.30356.9161.2643.53
HexB32B3204C481E1653d2c
Octal26353620114110365457554
Binary1011001110101111001001001100100100011110101100101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B32; }

 p { color: rgb(179,43,50); }

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

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

 a { background-color: rgb(179,43,50); }

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

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

 span { border-color: rgb(179,43,50); }

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