#B11E4A

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

Shades of Old Rose #B11E4A

Tints of Old Rose #B11E4A

Color information

#B11E4A (or 0xB11E4A) is unknown color: approx Old Rose. HEX triplet: B1, 1E and 4A. RGB value is (177,30,74). Sum of RGB (Red+Green+Blue) = 177+30+74=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11E4A is #4EE1B5. Grayscale: #4E4E4E. Windows color (decimal): -5169590 or 4857521. OLE color: 4857521.

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

Color convert

RGB1773074-
CMYK00.830.580.31
HSL342.04º71.01%40.59%-
HSV(B)342.04º83.05%69.41%-
XYZ19.8310.777.51-
YUV78.97125.2197.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=62.99%
G=10.68%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177307400.830.580.31342.0471.0140.59
HexB11E4A0533A1F1564729
Octal261361120123723752610751
Binary1011000111110100101001010011111010111111010101101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E4A; }

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

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

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

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

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

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

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

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