#B11E25

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

Shades of Cardinal #B11E25

Tints of Cardinal #B11E25

Color information

#B11E25 (or 0xB11E25) is unknown color: approx Cardinal. HEX triplet: B1, 1E and 25. RGB value is (177,30,37). Sum of RGB (Red+Green+Blue) = 177+30+37=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11E25 is #4EE1DA. Grayscale: #4A4A4A. Windows color (decimal): -5169627 or 2432689. OLE color: 2432689.

HSL color Cylindrical-coordinate representation of color #B11E25: hue angle of 357.14º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11E25 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1773037-
CMYK00.830.790.31
HSL357.14º71.01%40.59%-
HSV(B)357.14º83.05%69.41%-
XYZ18.9310.412.76-
YUV74.75106.7200.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.54%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=72.54%
G=12.30%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177303700.830.790.31357.1471.0140.59
HexB11E250534F1F1654729
Octal261364501231173754510751
Binary1011000111110100101010100111001111111111011001011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E25; }

 p { color: rgb(177,30,37); }

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

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

 a { background-color: rgb(177,30,37); }

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

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

 span { border-color: rgb(177,30,37); }

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