#B71031

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

Shades of Cardinal #B71031

Tints of Cardinal #B71031

Color information

#B71031 (or 0xB71031) is unknown color: approx Cardinal. HEX triplet: B7, 10 and 31. RGB value is (183,16,49). Sum of RGB (Red+Green+Blue) = 183+16+49=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B71031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71031 is #48EFCE. Grayscale: #454545. Windows color (decimal): -4779983 or 3215543. OLE color: 3215543.

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

Color convert

RGB1831649-
CMYK00.910.730.28
HSL348.14º83.92%39.02%-
HSV(B)348.14º91.26%71.76%-
XYZ20.2710.663.89-
YUV69.69116.33208.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 73.79%
GREEN value IS 16 (6.64% from 255) = 6.45%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=73.79%
G=6.45%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183164900.910.730.28348.1483.9239.02
HexB7103105B491C15c5427
Octal267206101331113453412447
Binary1011011110000110001010110111001001111001010111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71031; }

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

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

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

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

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

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

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

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