#B11130

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

Shades of Cardinal #B11130

Tints of Cardinal #B11130

Color information

#B11130 (or 0xB11130) is unknown color: approx Cardinal. HEX triplet: B1, 11 and 30. RGB value is (177,17,48). Sum of RGB (Red+Green+Blue) = 177+17+48=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B11130 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11130 is #4EEECF. Grayscale: #444444. Windows color (decimal): -5172944 or 3150257. OLE color: 3150257.

HSL color Cylindrical-coordinate representation of color #B11130: hue angle of 348.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11130 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1771748-
CMYK00.900.730.31
HSL348.38º82.47%38.04%-
HSV(B)348.38º90.4%69.41%-
XYZ18.879.963.72-
YUV68.37116.51205.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.14%
GREEN value IS 17 (7.03% from 255) = 7.02%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=73.14%
G=7.02%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177174800.900.730.31348.3882.4738.04
HexB1113005A491F15c5226
Octal261216001321113753412246
Binary1011000110001110000010110101001001111111010111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11130; }

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

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

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

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

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

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

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

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