#B22840

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

Shades of Old Rose #B22840

Tints of Old Rose #B22840

Color information

#B22840 (or 0xB22840) is unknown color: approx Old Rose. HEX triplet: B2, 28 and 40. RGB value is (178,40,64). Sum of RGB (Red+Green+Blue) = 178+40+64=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B22840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22840 is #4DD7BF. Grayscale: #545454. Windows color (decimal): -5101504 or 4204722. OLE color: 4204722.

HSL color Cylindrical-coordinate representation of color #B22840: hue angle of 349.57º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22840 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1784064-
CMYK00.780.640.30
HSL349.57º63.3%42.75%-
HSV(B)349.57º77.53%69.8%-
XYZ20.0411.355.99-
YUV84116.72195.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=63.12%
G=14.18%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178406400.780.640.30349.5763.342.75
HexB2284004E401E15e3f2b
Octal262501000116100365367753
Binary10110010101000100000001001110100000011110101011110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22840; }

 p { color: rgb(178,40,64); }

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

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

 a { background-color: rgb(178,40,64); }

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

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

 span { border-color: rgb(178,40,64); }

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