Html Css Color HEX #A03B5D Rouge

📋 copy color: '#A03B5D'

red 160 ◦ green 59 ◦ blue 93

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

Shades of Rouge #A03B5D

Tints of Rouge #A03B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 51.28%
G = 18.91%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A03B5D (or 0xA03B5D) is known color: Rouge. HEX triplet: A0, 3B and 5D. RGB value is (160,59,93). Sum of RGB (Red+Green+Blue) = 160+59+93=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03B5D is #5FC4A2. Grayscale: #5D5D5D. Windows color (decimal): -6276259 or 6110112. OLE color: 6110112.

HSL color Cylindrical-coordinate representation of color #A03B5D: hue angle of 339.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A03B5D is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 59 93 -
CMYK 0 0.63 0.42 0.37
HSL 339.8º 0.46% 0.43% -
HSV(B) 339.8º 0.63% 0.63% -
XYZ 18.04 11.39 11.6 -
YUV 93.08 127.96 175.74 -
System Red Green Blue C M Y K H S L
Decimal 160 59 93 0 0.63 0.42 0.37 339.8 0.46 0.43
Hex A0 3B 5D 0 3F 2A 25 154 2E 2B
Octal 240 73 135 0 77 52 45 524 56 53
Binary 10100000 111011 1011101 0 111111 101010 100101 101010100 101110 101011

Color Harmonies of #A03B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B5D

Black with #A03B5D

Text Example


Text Example

White with #A03B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B5D; }

 p { color: rgb(160,59,93); }

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

background-color css

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

 a { background-color: rgb(160,59,93); }

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

border-color css

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

 span { border-color: rgb(160,59,93); }

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