#B11827

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

Shades of Cardinal #B11827

Tints of Cardinal #B11827

Color information

#B11827 (or 0xB11827) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 27. RGB value is (177,24,39). Sum of RGB (Red+Green+Blue) = 177+24+39=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B11827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11827 is #4EE7D8. Grayscale: #474747. Windows color (decimal): -5171161 or 2562225. OLE color: 2562225.

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

Color convert

RGB1772439-
CMYK00.860.780.31
HSL354.12º76.12%39.41%-
HSV(B)354.12º86.44%69.41%-
XYZ18.8210.152.89-
YUV71.46109.69203.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.75%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 39 (15.62% from 255) = 16.25%
R=73.75%
G=10%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177243900.860.780.31354.1276.1239.41
HexB118270564E1F1624c27
Octal261304701261163754211447
Binary1011000111000100111010101101001110111111011000101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11827; }

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

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

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

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

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

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

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

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