#B11831

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

Shades of Cardinal #B11831

Tints of Cardinal #B11831

Color information

#B11831 (or 0xB11831) is unknown color: approx Cardinal. HEX triplet: B1, 18 and 31. RGB value is (177,24,49). Sum of RGB (Red+Green+Blue) = 177+24+49=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B11831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11831 is #4EE7CE. Grayscale: #484848. Windows color (decimal): -5171151 or 3217585. OLE color: 3217585.

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

Color convert

RGB1772449-
CMYK00.860.720.31
HSL350.2º76.12%39.41%-
HSV(B)350.2º86.44%69.41%-
XYZ19.0110.223.88-
YUV72.6114.69202.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 24 (9.77% from 255) = 9.6%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=70.8%
G=9.6%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177244900.860.720.31350.276.1239.41
HexB11831056481F15e4c27
Octal261306101261103753611447
Binary1011000111000110001010101101001000111111010111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11831; }

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

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

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

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

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

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

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

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