Html Css Color HEX #A03370 Rouge

📋 copy color: '#A03370'

red 160 ◦ green 51 ◦ blue 112

#A03370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A03370

Tints of Rouge #A03370

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 value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A03370 (or 0xA03370) is known color: 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

RGB 160 51 112 -
CMYK 0 0.68 0.30 0.37
HSL 326.42º 0.52% 0.41% -
HSV(B) 326.42º 0.68% 0.63% -
XYZ 18.61 11.01 16.47 -
YUV 90.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 160 51 112 0 0.68 0.30 0.37 326.42 0.52 0.41
Hex A0 33 70 0 44 1E 25 146 34 29
Octal 240 63 160 0 104 36 45 506 64 51
Binary 10100000 110011 1110000 0 1000100 11110 100101 101000110 110100 101001

Color Harmonies of #A03370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03370

Black with #A03370

Text Example


Text Example

White with #A03370

Text Example


Text Example

HTML Codes & Css Web 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>