#B11B37

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

Shades of Cardinal #B11B37

Tints of Cardinal #B11B37

Color information

#B11B37 (or 0xB11B37) is unknown color: approx Cardinal. HEX triplet: B1, 1B and 37. RGB value is (177,27,55). Sum of RGB (Red+Green+Blue) = 177+27+55=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B37 is #4EE4C8. Grayscale: #4B4B4B. Windows color (decimal): -5170377 or 3611569. OLE color: 3611569.

HSL color Cylindrical-coordinate representation of color #B11B37: hue angle of 348.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11B37 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1772755-
CMYK00.850.690.31
HSL348.8º73.53%40%-
HSV(B)348.8º84.75%69.41%-
XYZ19.2110.414.61-
YUV75.04116.7200.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.34%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 55 (21.88% from 255) = 21.24%
R=68.34%
G=10.42%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177275500.850.690.31348.873.5340
HexB11B37055451F15d4a28
Octal261336701251053753511250
Binary1011000111011110111010101011000101111111010111011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B37; }

 p { color: rgb(177,27,55); }

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

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

 a { background-color: rgb(177,27,55); }

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

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

 span { border-color: rgb(177,27,55); }

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