#b0224d

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

Shades of Old Rose #B0224D

Tints of Old Rose #B0224D

Color information

#B0224D (or 0xB0224D) is unknown color: approx Old Rose. HEX triplet: B0, 22 and 4D. RGB value is (176,34,77). Sum of RGB (Red+Green+Blue) = 176+34+77=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0224D is #4FDDB2. Grayscale: #515151. Windows color (decimal): -5234099 or 5055152. OLE color: 5055152.

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

Color convert

RGB1763477-
CMYK00.810.560.31
HSL341.83º67.62%41.18%-
HSV(B)341.83º80.68%69.02%-
XYZ19.8210.918.08-
YUV81.36125.54195.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 77 (30.47% from 255) = 26.83%
R=61.32%
G=11.85%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176347700.810.560.31341.8367.6241.18
HexB0224D051381F1564429
Octal260421150121703752610451
Binary10110000100010100110101010001111000111111010101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0224d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0224d; }

 p { color: rgb(176,34,77); }

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

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

 a { background-color: rgb(176,34,77); }

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

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

 span { border-color: rgb(176,34,77); }

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