#B32931

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

Shades of Cardinal #B32931

Tints of Cardinal #B32931

Color information

#B32931 (or 0xB32931) is unknown color: approx Cardinal. HEX triplet: B3, 29 and 31. RGB value is (179,41,49). Sum of RGB (Red+Green+Blue) = 179+41+49=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32931 is #4CD6CE. Grayscale: #535353. Windows color (decimal): -5035727 or 3221939. OLE color: 3221939.

HSL color Cylindrical-coordinate representation of color #B32931: hue angle of 356.52º 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 #B32931 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1794149-
CMYK00.770.730.30
HSL356.52º62.73%43.14%-
HSV(B)356.52º77.09%70.2%-
XYZ19.9411.394.05-
YUV83.17108.72196.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.54%
GREEN value IS 41 (16.41% from 255) = 15.24%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=66.54%
G=15.24%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179414900.770.730.30356.5262.7343.14
HexB3293104D491E1653f2b
Octal26351610115111365457753
Binary1011001110100111000101001101100100111110101100101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32931; }

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

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

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

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

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

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

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

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