#B22D4C

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

Shades of Old Rose #B22D4C

Tints of Old Rose #B22D4C

Color information

#B22D4C (or 0xB22D4C) is unknown color: approx Old Rose. HEX triplet: B2, 2D and 4C. RGB value is (178,45,76). Sum of RGB (Red+Green+Blue) = 178+45+76=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D4C is #4DD2B3. Grayscale: #585858. Windows color (decimal): -5100212 or 4992434. OLE color: 4992434.

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

Color convert

RGB1784576-
CMYK00.750.570.30
HSL346.02º59.64%43.73%-
HSV(B)346.02º74.72%69.8%-
XYZ20.611.868.04-
YUV88.3121.06191.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 45 (17.97% from 255) = 15.05%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=59.53%
G=15.05%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178457600.750.570.30346.0259.6443.73
HexB22D4C04B391E15a3c2c
Octal26255114011371365327454
Binary1011001010110110011000100101111100111110101011010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D4C; }

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

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

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

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

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

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

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

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