#B32936

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

Shades of Cardinal #B32936

Tints of Cardinal #B32936

Color information

#B32936 (or 0xB32936) is unknown color: approx Cardinal. HEX triplet: B3, 29 and 36. RGB value is (179,41,54). Sum of RGB (Red+Green+Blue) = 179+41+54=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B32936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32936 is #4CD6C9. Grayscale: #535353. Windows color (decimal): -5035722 or 3549619. OLE color: 3549619.

HSL color Cylindrical-coordinate representation of color #B32936: hue angle of 354.35º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32936 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1794154-
CMYK00.770.700.30
HSL354.35º62.73%43.14%-
HSV(B)354.35º77.09%70.2%-
XYZ20.0511.444.64-
YUV83.74111.22195.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.33%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 54 (21.48% from 255) = 19.71%
R=65.33%
G=14.96%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179415400.770.700.30354.3562.7343.14
HexB3293604D461E1623f2b
Octal26351660115106365427753
Binary1011001110100111011001001101100011011110101100010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32936; }

 p { color: rgb(179,41,54); }

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

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

 a { background-color: rgb(179,41,54); }

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

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

 span { border-color: rgb(179,41,54); }

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