#B22554

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

Shades of Old Rose #B22554

Tints of Old Rose #B22554

Color information

#B22554 (or 0xB22554) is unknown color: approx Old Rose. HEX triplet: B2, 25 and 54. RGB value is (178,37,84). Sum of RGB (Red+Green+Blue) = 178+37+84=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B22554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22554 is #4DDAAB. Grayscale: #545454. Windows color (decimal): -5102252 or 5514674. OLE color: 5514674.

HSL color Cylindrical-coordinate representation of color #B22554: hue angle of 340º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22554 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1783784-
CMYK00.790.530.30
HSL340º65.58%42.16%-
HSV(B)340º79.21%69.8%-
XYZ20.6211.439.51-
YUV84.52127.71194.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=59.53%
G=12.37%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178378400.790.530.3034065.5842.16
HexB2255404F351E154422a
Octal262451240117653652410252
Binary10110010100101101010001001111110101111101010101001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22554; }

 p { color: rgb(178,37,84); }

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

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

 a { background-color: rgb(178,37,84); }

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

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

 span { border-color: rgb(178,37,84); }

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