#B11E2E

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

Shades of Cardinal #B11E2E

Tints of Cardinal #B11E2E

Color information

#B11E2E (or 0xB11E2E) is unknown color: approx Cardinal. HEX triplet: B1, 1E and 2E. RGB value is (177,30,46). Sum of RGB (Red+Green+Blue) = 177+30+46=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11E2E is #4EE1D1. Grayscale: #4B4B4B. Windows color (decimal): -5169618 or 3022513. OLE color: 3022513.

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

Color convert

RGB1773046-
CMYK00.830.740.31
HSL353.47º71.01%40.59%-
HSV(B)353.47º83.05%69.41%-
XYZ19.0910.473.6-
YUV75.78111.2200.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.96%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=69.96%
G=11.86%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177304600.830.740.31353.4771.0140.59
HexB11E2E0534A1F1614729
Octal261365601231123754110751
Binary1011000111110101110010100111001010111111011000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E2E; }

 p { color: rgb(177,30,46); }

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

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

 a { background-color: rgb(177,30,46); }

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

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

 span { border-color: rgb(177,30,46); }

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