Html Css Color HEX #A2365D Rouge

📋 copy color: '#A2365D'

red 162 ◦ green 54 ◦ blue 93

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

Shades of Rouge #A2365D

Tints of Rouge #A2365D

RGB

 RED value IS 162 (63.67% from 255) = 52.43%

 GREEN value IS 54 (21.48% from 255) = 17.48%

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

R = 52.43%
G = 17.48%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2365D (or 0xA2365D) is known color: Rouge. HEX triplet: A2, 36 and 5D. RGB value is (162,54,93). Sum of RGB (Red+Green+Blue) = 162+54+93=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2365D is #5DC9A2. Grayscale: #5A5A5A. Windows color (decimal): -6146467 or 6108834. OLE color: 6108834.

HSL color Cylindrical-coordinate representation of color #A2365D: hue angle of 338.33º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2365D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 54 93 -
CMYK 0 0.67 0.43 0.36
HSL 338.33º 0.5% 0.42% -
HSV(B) 338.33º 0.67% 0.64% -
XYZ 18.2 11.11 11.54 -
YUV 90.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 162 54 93 0 0.67 0.43 0.36 338.33 0.5 0.42
Hex A2 36 5D 0 43 2B 24 152 32 2A
Octal 242 66 135 0 103 53 44 522 62 52
Binary 10100010 110110 1011101 0 1000011 101011 100100 101010010 110010 101010

Color Harmonies of #A2365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2365D

Black with #A2365D

Text Example


Text Example

White with #A2365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2365D; }

 p { color: rgb(162,54,93); }

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

background-color css

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

 a { background-color: rgb(162,54,93); }

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

border-color css

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

 span { border-color: rgb(162,54,93); }

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