#B22D48

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

Shades of Old Rose #B22D48

Tints of Old Rose #B22D48

Color information

#B22D48 (or 0xB22D48) is unknown color: approx Old Rose. HEX triplet: B2, 2D and 48. RGB value is (178,45,72). Sum of RGB (Red+Green+Blue) = 178+45+72=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D48 is #4DD2B7. Grayscale: #575757. Windows color (decimal): -5100216 or 4730290. OLE color: 4730290.

HSL color Cylindrical-coordinate representation of color #B22D48: hue angle of 347.82º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D48 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1784572-
CMYK00.750.600.30
HSL347.82º59.64%43.73%-
HSV(B)347.82º74.72%69.8%-
XYZ20.4711.817.33-
YUV87.84119.06192.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 45 (17.97% from 255) = 15.25%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=60.34%
G=15.25%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178457200.750.600.30347.8259.6443.73
HexB22D4804B3C1E15c3c2c
Octal26255110011374365347454
Binary1011001010110110010000100101111110011110101011100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D48; }

 p { color: rgb(178,45,72); }

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

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

 a { background-color: rgb(178,45,72); }

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

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

 span { border-color: rgb(178,45,72); }

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