#B11E26

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

Shades of Cardinal #B11E26

Tints of Cardinal #B11E26

Color information

#B11E26 (or 0xB11E26) is unknown color: approx Cardinal. HEX triplet: B1, 1E and 26. RGB value is (177,30,38). Sum of RGB (Red+Green+Blue) = 177+30+38=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11E26 is #4EE1D9. Grayscale: #4A4A4A. Windows color (decimal): -5169626 or 2498225. OLE color: 2498225.

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

Color convert

RGB1773038-
CMYK00.830.790.31
HSL356.73º71.01%40.59%-
HSV(B)356.73º83.05%69.41%-
XYZ18.9510.422.85-
YUV74.86107.2200.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.24%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=72.24%
G=12.24%
B=15.51%

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
Decimal177303800.830.790.31356.7371.0140.59
HexB11E260534F1F1654729
Octal261364601231173754510751
Binary1011000111110100110010100111001111111111011001011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E26; }

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

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

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

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

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

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

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

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