#B22154

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

Shades of Old Rose #B22154

Tints of Old Rose #B22154

Color information

#B22154 (or 0xB22154) is unknown color: approx Old Rose. HEX triplet: B2, 21 and 54. RGB value is (178,33,84). Sum of RGB (Red+Green+Blue) = 178+33+84=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B22154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22154 is #4DDEAB. Grayscale: #525252. Windows color (decimal): -5103276 or 5513650. OLE color: 5513650.

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

Color convert

RGB1783384-
CMYK00.810.530.30
HSL338.9º68.72%41.37%-
HSV(B)338.9º81.46%69.8%-
XYZ20.511.199.47-
YUV82.17129.04196.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.34%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=60.34%
G=11.19%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178338400.810.530.30338.968.7241.37
HexB22154051351E1534529
Octal262411240121653652310551
Binary10110010100001101010001010001110101111101010100111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22154; }

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

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

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

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

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

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

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

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