#B11545

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

Shades of Cardinal #B11545

Tints of Cardinal #B11545

Color information

#B11545 (or 0xB11545) is unknown color: approx Cardinal. HEX triplet: B1, 15 and 45. RGB value is (177,21,69). Sum of RGB (Red+Green+Blue) = 177+21+69=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11545 is #4EEABA. Grayscale: #494949. Windows color (decimal): -5171899 or 4527537. OLE color: 4527537.

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

Color convert

RGB1772169-
CMYK00.880.610.31
HSL341.54º78.79%38.82%-
HSV(B)341.54º88.14%69.41%-
XYZ19.4710.316.59-
YUV73.12125.68202.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.29%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=66.29%
G=7.87%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177216900.880.610.31341.5478.7938.82
HexB115450583D1F1564f27
Octal261251050130753752611747
Binary1011000110101100010101011000111101111111010101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11545; }

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

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

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

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

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

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

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

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