#A03370

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

Shades of Rouge #A03370

Tints of Rouge #A03370

Color information

#A03370 (or 0xA03370) is unknown color: approx Rouge. HEX triplet: A0, 33 and 70. RGB value is (160,51,112). Sum of RGB (Red+Green+Blue) = 160+51+112=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A03370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03370 is #5FCC8F. Grayscale: #5A5A5A. Windows color (decimal): -6278288 or 7353248. OLE color: 7353248.

HSL color Cylindrical-coordinate representation of color #A03370: hue angle of 326.42º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03370 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16051112-
CMYK00.680.300.37
HSL326.42º51.66%41.37%-
HSV(B)326.42º68.12%62.75%-
XYZ18.6111.0116.47-
YUV90.54140.11177.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=49.54%
G=15.79%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605111200.680.300.37326.4251.6641.37
HexA033700441E251463429
Octal24063160010436455066451
Binary1010000011001111100000100010011110100101101000110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03370; }

 p { color: rgb(160,51,112); }

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

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

 a { background-color: rgb(160,51,112); }

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

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

 span { border-color: rgb(160,51,112); }

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