#B3225C

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

Shades of Old Rose #B3225C

Tints of Old Rose #B3225C

Color information

#B3225C (or 0xB3225C) is unknown color: approx Old Rose. HEX triplet: B3, 22 and 5C. RGB value is (179,34,92). Sum of RGB (Red+Green+Blue) = 179+34+92=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3225C is #4CDDA3. Grayscale: #535353. Windows color (decimal): -5037476 or 6038195. OLE color: 6038195.

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

Color convert

RGB1793492-
CMYK00.810.490.30
HSL336º68.08%41.76%-
HSV(B)336º81.01%70.2%-
XYZ21.0911.511.23-
YUV83.97132.54195.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 92 (36.33% from 255) = 30.16%
R=58.69%
G=11.15%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179349200.810.490.3033668.0841.76
HexB3225C051311E150442a
Octal263421340121613652010452
Binary10110011100010101110001010001110001111101010100001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3225C; }

 p { color: rgb(179,34,92); }

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

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

 a { background-color: rgb(179,34,92); }

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

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

 span { border-color: rgb(179,34,92); }

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