#B71E3B

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

Shades of Cardinal #B71E3B

Tints of Cardinal #B71E3B

Color information

#B71E3B (or 0xB71E3B) is unknown color: approx Cardinal. HEX triplet: B7, 1E and 3B. RGB value is (183,30,59). Sum of RGB (Red+Green+Blue) = 183+30+59=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E3B is #48E1C4. Grayscale: #4F4F4F. Windows color (decimal): -4776389 or 3874487. OLE color: 3874487.

HSL color Cylindrical-coordinate representation of color #B71E3B: hue angle of 348.63º 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 #B71E3B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1833059-
CMYK00.840.680.28
HSL348.63º71.83%41.76%-
HSV(B)348.63º83.61%71.76%-
XYZ20.7811.315.23-
YUV79.05116.69202.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.28%
GREEN value IS 30 (12.11% from 255) = 11.03%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=67.28%
G=11.03%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183305900.840.680.28348.6371.8341.76
HexB71E3B054441C15d482a
Octal267367301241043453511052
Binary1011011111110111011010101001000100111001010111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71E3B; }

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

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

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

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

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

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

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

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