#B71E39

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

Shades of Cardinal #B71E39

Tints of Cardinal #B71E39

Color information

#B71E39 (or 0xB71E39) is unknown color: approx Cardinal. HEX triplet: B7, 1E and 39. RGB value is (183,30,57). Sum of RGB (Red+Green+Blue) = 183+30+57=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E39 is #48E1C6. Grayscale: #4E4E4E. Windows color (decimal): -4776391 or 3743415. OLE color: 3743415.

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

Color convert

RGB1833057-
CMYK00.840.690.28
HSL349.41º71.83%41.76%-
HSV(B)349.41º83.61%71.76%-
XYZ20.7311.294.96-
YUV78.82115.69202.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.78%
GREEN value IS 30 (12.11% from 255) = 11.11%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=67.78%
G=11.11%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183305700.840.690.28349.4171.8341.76
HexB71E39054451C15d482a
Octal267367101241053453511052
Binary1011011111110111001010101001000101111001010111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E39; }

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

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

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

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

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

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

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

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