#B22C5A

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

Shades of Old Rose #B22C5A

Tints of Old Rose #B22C5A

Color information

#B22C5A (or 0xB22C5A) is unknown color: approx Old Rose. HEX triplet: B2, 2C and 5A. RGB value is (178,44,90). Sum of RGB (Red+Green+Blue) = 178+44+90=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C5A is #4DD3A5. Grayscale: #595959. Windows color (decimal): -5100454 or 5909682. OLE color: 5909682.

HSL color Cylindrical-coordinate representation of color #B22C5A: hue angle of 339.4º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22C5A is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1784490-
CMYK00.750.490.30
HSL339.4º60.36%43.53%-
HSV(B)339.4º75.28%69.8%-
XYZ21.111210.88-
YUV89.31128.39191.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.05%
GREEN value IS 44 (17.58% from 255) = 14.10%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=57.05%
G=14.10%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178449000.750.490.30339.460.3643.53
HexB22C5A04B311E1533c2c
Octal26254132011361365237454
Binary1011001010110010110100100101111000111110101010011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22C5A; }

 p { color: rgb(178,44,90); }

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

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

 a { background-color: rgb(178,44,90); }

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

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

 span { border-color: rgb(178,44,90); }

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