#B22345

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

Shades of Old Rose #B22345

Tints of Old Rose #B22345

Color information

#B22345 (or 0xB22345) is unknown color: approx Old Rose. HEX triplet: B2, 23 and 45. RGB value is (178,35,69). Sum of RGB (Red+Green+Blue) = 178+35+69=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B22345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22345 is #4DDCBA. Grayscale: #515151. Windows color (decimal): -5102779 or 4531122. OLE color: 4531122.

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

Color convert

RGB1783569-
CMYK00.800.610.30
HSL345.73º67.14%41.76%-
HSV(B)345.73º80.34%69.8%-
XYZ20.0411.16.72-
YUV81.63120.88196.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 35 (14.06% from 255) = 12.41%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=63.12%
G=12.41%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178356900.800.610.30345.7367.1441.76
HexB223450503D1E15a432a
Octal262431050120753653210352
Binary10110010100011100010101010000111101111101010110101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22345; }

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

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

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

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

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

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

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

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