#B11F2A

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

Shades of Cardinal #B11F2A

Tints of Cardinal #B11F2A

Color information

#B11F2A (or 0xB11F2A) is unknown color: approx Cardinal. HEX triplet: B1, 1F and 2A. RGB value is (177,31,42). Sum of RGB (Red+Green+Blue) = 177+31+42=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B11F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11F2A is #4EE0D5. Grayscale: #4C4C4C. Windows color (decimal): -5169366 or 2760625. OLE color: 2760625.

HSL color Cylindrical-coordinate representation of color #B11F2A: hue angle of 355.48º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B11F2A is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1773142-
CMYK00.820.760.31
HSL355.48º70.19%40.78%-
HSV(B)355.48º82.49%69.41%-
XYZ19.0410.493.21-
YUV75.91108.87200.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=70.8%
G=12.4%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177314200.820.760.31355.4870.1940.78
HexB11F2A0524C1F1634629
Octal261375201221143754310651
Binary1011000111111101010010100101001100111111011000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11F2A; }

 p { color: rgb(177,31,42); }

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

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

 a { background-color: rgb(177,31,42); }

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

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

 span { border-color: rgb(177,31,42); }

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