#B11B4A

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

Shades of Old Rose #B11B4A

Tints of Old Rose #B11B4A

Color information

#B11B4A (or 0xB11B4A) is unknown color: approx Old Rose. HEX triplet: B1, 1B and 4A. RGB value is (177,27,74). Sum of RGB (Red+Green+Blue) = 177+27+74=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B4A is #4EE4B5. Grayscale: #4D4D4D. Windows color (decimal): -5170358 or 4856753. OLE color: 4856753.

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

Color convert

RGB1772774-
CMYK00.850.580.31
HSL341.2º73.53%40%-
HSV(B)341.2º84.75%69.41%-
XYZ19.7610.637.49-
YUV77.21126.2199.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 27 (10.94% from 255) = 9.71%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=63.67%
G=9.71%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177277400.850.580.31341.273.5340
HexB11B4A0553A1F1554a28
Octal261331120125723752511250
Binary1011000111011100101001010101111010111111010101011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11B4A; }

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

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

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

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

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

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

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

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