#B11C27

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

Shades of Cardinal #B11C27

Tints of Cardinal #B11C27

Color information

#B11C27 (or 0xB11C27) is unknown color: approx Cardinal. HEX triplet: B1, 1C and 27. RGB value is (177,28,39). Sum of RGB (Red+Green+Blue) = 177+28+39=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C27 is #4EE3D8. Grayscale: #494949. Windows color (decimal): -5170137 or 2563249. OLE color: 2563249.

HSL color Cylindrical-coordinate representation of color #B11C27: hue angle of 355.57º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C27 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1772839-
CMYK00.840.780.31
HSL355.57º72.68%40.2%-
HSV(B)355.57º84.18%69.41%-
XYZ18.9110.322.92-
YUV73.8108.36201.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.54%
GREEN value IS 28 (11.33% from 255) = 11.48%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=72.54%
G=11.48%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177283900.840.780.31355.5772.6840.2
HexB11C270544E1F1644928
Octal261344701241163754411150
Binary1011000111100100111010101001001110111111011001001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11C27; }

 p { color: rgb(177,28,39); }

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

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

 a { background-color: rgb(177,28,39); }

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

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

 span { border-color: rgb(177,28,39); }

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