#B22058

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

Shades of Old Rose #B22058

Tints of Old Rose #B22058

Color information

#B22058 (or 0xB22058) is unknown color: approx Old Rose. HEX triplet: B2, 20 and 58. RGB value is (178,32,88). Sum of RGB (Red+Green+Blue) = 178+32+88=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B22058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22058 is #4DDFA7. Grayscale: #515151. Windows color (decimal): -5103528 or 5775538. OLE color: 5775538.

HSL color Cylindrical-coordinate representation of color #B22058: hue angle of 336.99º 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 #B22058 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB1783288-
CMYK00.820.510.30
HSL336.99º69.52%41.18%-
HSV(B)336.99º82.02%69.8%-
XYZ20.6411.210.31-
YUV82.04131.37196.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.73%
GREEN value IS 32 (12.89% from 255) = 10.74%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=59.73%
G=10.74%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178328800.820.510.30336.9969.5241.18
HexB22058052331E1514629
Octal262401300122633652110651
Binary10110010100000101100001010010110011111101010100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22058; }

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

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

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

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

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

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

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

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