#B11B30

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

Shades of Cardinal #B11B30

Tints of Cardinal #B11B30

Color information

#B11B30 (or 0xB11B30) is unknown color: approx Cardinal. HEX triplet: B1, 1B and 30. RGB value is (177,27,48). Sum of RGB (Red+Green+Blue) = 177+27+48=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B30 is #4EE4CF. Grayscale: #4A4A4A. Windows color (decimal): -5170384 or 3152817. OLE color: 3152817.

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

Color convert

RGB1772748-
CMYK00.850.730.31
HSL351.6º73.53%40%-
HSV(B)351.6º84.75%69.41%-
XYZ19.0610.343.79-
YUV74.24113.2201.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.24%
GREEN value IS 27 (10.94% from 255) = 10.71%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=70.24%
G=10.71%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177274800.850.730.31351.673.5340
HexB11B30055491F1604a28
Octal261336001251113754011250
Binary1011000111011110000010101011001001111111011000001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B30; }

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

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

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

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

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

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

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

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