#B11530

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

Shades of Cardinal #B11530

Tints of Cardinal #B11530

Color information

#B11530 (or 0xB11530) is unknown color: approx Cardinal. HEX triplet: B1, 15 and 30. RGB value is (177,21,48). Sum of RGB (Red+Green+Blue) = 177+21+48=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B11530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11530 is #4EEACF. Grayscale: #464646. Windows color (decimal): -5171920 or 3151281. OLE color: 3151281.

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

Color convert

RGB1772148-
CMYK00.880.730.31
HSL349.62º78.79%38.82%-
HSV(B)349.62º88.14%69.41%-
XYZ18.9310.13.75-
YUV70.72115.18203.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.95%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 48 (19.14% from 255) = 19.51%
R=71.95%
G=8.54%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177214800.880.730.31349.6278.7938.82
HexB11530058491F15e4f27
Octal261256001301113753611747
Binary1011000110101110000010110001001001111111010111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11530; }

 p { color: rgb(177,21,48); }

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

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

 a { background-color: rgb(177,21,48); }

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

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

 span { border-color: rgb(177,21,48); }

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