#B11928

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

Shades of Cardinal #B11928

Tints of Cardinal #B11928

Color information

#B11928 (or 0xB11928) is unknown color: approx Cardinal. HEX triplet: B1, 19 and 28. RGB value is (177,25,40). Sum of RGB (Red+Green+Blue) = 177+25+40=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B11928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11928 is #4EE6D7. Grayscale: #484848. Windows color (decimal): -5170904 or 2628017. OLE color: 2628017.

HSL color Cylindrical-coordinate representation of color #B11928: hue angle of 354.08º 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 #B11928 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1772540-
CMYK00.860.770.31
HSL354.08º75.25%39.61%-
HSV(B)354.08º85.88%69.41%-
XYZ18.8610.22.98-
YUV72.16109.86202.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.14%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=73.14%
G=10.33%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177254000.860.770.31354.0875.2539.61
HexB119280564D1F1624b28
Octal261315001261153754211350
Binary1011000111001101000010101101001101111111011000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11928; }

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

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

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

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

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

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

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

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