#B11927

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

Shades of Cardinal #B11927

Tints of Cardinal #B11927

Color information

#B11927 (or 0xB11927) is unknown color: approx Cardinal. HEX triplet: B1, 19 and 27. RGB value is (177,25,39). Sum of RGB (Red+Green+Blue) = 177+25+39=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B11927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11927 is #4EE6D8. Grayscale: #484848. Windows color (decimal): -5170905 or 2562481. OLE color: 2562481.

HSL color Cylindrical-coordinate representation of color #B11927: hue angle of 354.47º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11927 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1772539-
CMYK00.860.780.31
HSL354.47º75.25%39.61%-
HSV(B)354.47º85.88%69.41%-
XYZ18.8510.192.89-
YUV72.04109.36202.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=73.44%
G=10.37%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177253900.860.780.31354.4775.2539.61
HexB119270564E1F1624b28
Octal261314701261163754211350
Binary1011000111001100111010101101001110111111011000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11927; }

 p { color: rgb(177,25,39); }

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

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

 a { background-color: rgb(177,25,39); }

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

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

 span { border-color: rgb(177,25,39); }

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