#B31032

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

Shades of Cardinal #B31032

Tints of Cardinal #B31032

Color information

#B31032 (or 0xB31032) is unknown color: approx Cardinal. HEX triplet: B3, 10 and 32. RGB value is (179,16,50). Sum of RGB (Red+Green+Blue) = 179+16+50=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B31032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31032 is #4CEFCD. Grayscale: #444444. Windows color (decimal): -5042126 or 3281075. OLE color: 3281075.

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

Color convert

RGB1791650-
CMYK00.910.720.30
HSL347.48º83.59%38.24%-
HSV(B)347.48º91.06%70.2%-
XYZ19.3510.183.96-
YUV68.61117.5206.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.06%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 50 (19.92% from 255) = 20.41%
R=73.06%
G=6.53%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179165000.910.720.30347.4883.5938.24
HexB3103205B481E15b5426
Octal263206201331103653312446
Binary1011001110000110010010110111001000111101010110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31032; }

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

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

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

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

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

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

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

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