Html Css Color HEX #A03372 Rouge

📋 copy color: '#A03372'

red 160 ◦ green 51 ◦ blue 114

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

Shades of Rouge #A03372

Tints of Rouge #A03372

RGB

 RED value IS 160 (62.89% from 255) = 49.23%

 GREEN value IS 51 (20.31% from 255) = 15.69%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 49.23%
G = 15.69%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A03372 (or 0xA03372) is known color: Rouge. HEX triplet: A0, 33 and 72. RGB value is (160,51,114). Sum of RGB (Red+Green+Blue) = 160+51+114=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03372 is #5FCC8D. Grayscale: #5A5A5A. Windows color (decimal): -6278286 or 7484320. OLE color: 7484320.

HSL color Cylindrical-coordinate representation of color #A03372: hue angle of 325.32º 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 #A03372 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 114 -
CMYK 0 0.68 0.29 0.37
HSL 325.32º 0.52% 0.41% -
HSV(B) 325.32º 0.68% 0.63% -
XYZ 18.72 11.06 17.07 -
YUV 90.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 160 51 114 0 0.68 0.29 0.37 325.32 0.52 0.41
Hex A0 33 72 0 44 1D 25 145 34 29
Octal 240 63 162 0 104 35 45 505 64 51
Binary 10100000 110011 1110010 0 1000100 11101 100101 101000101 110100 101001

Color Harmonies of #A03372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03372

Black with #A03372

Text Example


Text Example

White with #A03372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03372; }

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

 H1.HeaderClassName
 {
   color: #A03372;
 }
 .AnyTagClassName
 {
   color: #A03372;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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