#B22D4A

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

Shades of Old Rose #B22D4A

Tints of Old Rose #B22D4A

Color information

#B22D4A (or 0xB22D4A) is unknown color: approx Old Rose. HEX triplet: B2, 2D and 4A. RGB value is (178,45,74). Sum of RGB (Red+Green+Blue) = 178+45+74=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D4A is #4DD2B5. Grayscale: #585858. Windows color (decimal): -5100214 or 4861362. OLE color: 4861362.

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

Color convert

RGB1784574-
CMYK00.750.580.30
HSL346.92º59.64%43.73%-
HSV(B)346.92º74.72%69.8%-
XYZ20.5311.847.68-
YUV88.07120.06192.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=59.93%
G=15.15%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178457400.750.580.30346.9259.6443.73
HexB22D4A04B3A1E15b3c2c
Octal26255112011372365337454
Binary1011001010110110010100100101111101011110101011011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D4A; }

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

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

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

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

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

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

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

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