#B71239

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

Shades of Cardinal #B71239

Tints of Cardinal #B71239

Color information

#B71239 (or 0xB71239) is unknown color: approx Cardinal. HEX triplet: B7, 12 and 39. RGB value is (183,18,57). Sum of RGB (Red+Green+Blue) = 183+18+57=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B71239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71239 is #48EDC6. Grayscale: #474747. Windows color (decimal): -4779463 or 3740343. OLE color: 3740343.

HSL color Cylindrical-coordinate representation of color #B71239: hue angle of 345.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71239 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1831857-
CMYK00.900.690.28
HSL345.82º82.09%39.41%-
HSV(B)345.82º90.16%71.76%-
XYZ20.4810.84.88-
YUV71.78119.66207.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.93%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=70.93%
G=6.98%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183185700.900.690.28345.8282.0939.41
HexB7123905A451C15a5227
Octal267227101321053453212247
Binary1011011110010111001010110101000101111001010110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71239; }

 p { color: rgb(183,18,57); }

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

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

 a { background-color: rgb(183,18,57); }

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

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

 span { border-color: rgb(183,18,57); }

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