#B11828

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

Shades of Cardinal #B11828

Tints of Cardinal #B11828

Color information

#B11828 (or 0xB11828) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 28. RGB value is (177,24,40). Sum of RGB (Red+Green+Blue) = 177+24+40=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B11828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11828 is #4EE7D7. Grayscale: #474747. Windows color (decimal): -5171160 or 2627761. OLE color: 2627761.

HSL color Cylindrical-coordinate representation of color #B11828: hue angle of 353.73º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11828 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1772440-
CMYK00.860.770.31
HSL353.73º76.12%39.41%-
HSV(B)353.73º86.44%69.41%-
XYZ18.8410.152.97-
YUV71.57110.19203.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=73.44%
G=9.96%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177244000.860.770.31353.7376.1239.41
HexB118280564D1F1624c27
Octal261305001261153754211447
Binary1011000111000101000010101101001101111111011000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11828; }

 p { color: rgb(177,24,40); }

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

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

 a { background-color: rgb(177,24,40); }

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

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

 span { border-color: rgb(177,24,40); }

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