#B11930

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

Shades of Cardinal #B11930

Tints of Cardinal #B11930

Color information

#B11930 (or 0xB11930) is unknown color: approx Cardinal. HEX triplet: B1, 19 and 30. RGB value is (177,25,48). Sum of RGB (Red+Green+Blue) = 177+25+48=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B11930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11930 is #4EE6CF. Grayscale: #494949. Windows color (decimal): -5170896 or 3152305. OLE color: 3152305.

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

Color convert

RGB1772548-
CMYK00.860.730.31
HSL350.92º75.25%39.61%-
HSV(B)350.92º85.88%69.41%-
XYZ19.0110.263.77-
YUV73.07113.86202.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=70.8%
G=10%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177254800.860.730.31350.9275.2539.61
HexB11930056491F15f4b28
Octal261316001261113753711350
Binary1011000111001110000010101101001001111111010111111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11930; }

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

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

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

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

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

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

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

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