#B22045

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

Shades of Old Rose #B22045

Tints of Old Rose #B22045

Color information

#B22045 (or 0xB22045) is unknown color: approx Old Rose. HEX triplet: B2, 20 and 45. RGB value is (178,32,69). Sum of RGB (Red+Green+Blue) = 178+32+69=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B22045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22045 is #4DDFBA. Grayscale: #4F4F4F. Windows color (decimal): -5103547 or 4530354. OLE color: 4530354.

HSL color Cylindrical-coordinate representation of color #B22045: hue angle of 344.79º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B22045 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB1783269-
CMYK00.820.610.30
HSL344.79º69.52%41.18%-
HSV(B)344.79º82.02%69.8%-
XYZ19.9510.936.69-
YUV79.87121.87197.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=63.80%
G=11.47%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178326900.820.610.30344.7969.5241.18
HexB220450523D1E1594629
Octal262401050122753653110651
Binary10110010100000100010101010010111101111101010110011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22045; }

 p { color: rgb(178,32,69); }

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

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

 a { background-color: rgb(178,32,69); }

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

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

 span { border-color: rgb(178,32,69); }

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