#B31031

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

Shades of Cardinal #B31031

Tints of Cardinal #B31031

Color information

#B31031 (or 0xB31031) is unknown color: approx Cardinal. HEX triplet: B3, 10 and 31. RGB value is (179,16,49). Sum of RGB (Red+Green+Blue) = 179+16+49=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B31031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31031 is #4CEFCE. Grayscale: #444444. Windows color (decimal): -5042127 or 3215539. OLE color: 3215539.

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

Color convert

RGB1791649-
CMYK00.910.730.30
HSL347.85º83.59%38.24%-
HSV(B)347.85º91.06%70.2%-
XYZ19.3310.183.85-
YUV68.5117206.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.36%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=73.36%
G=6.56%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179164900.910.730.30347.8583.5938.24
HexB3103105B491E15c5426
Octal263206101331113653412446
Binary1011001110000110001010110111001001111101010111001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31031; }

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

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

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

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

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

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

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

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