Html Css Color HEX #A3365E Rouge

📋 copy color: '#A3365E'

red 163 ◦ green 54 ◦ blue 94

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

Shades of Rouge #A3365E

Tints of Rouge #A3365E

RGB

 RED value IS 163 (64.06% from 255) = 52.41%

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

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 52.41%
G = 17.36%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3365E (or 0xA3365E) is known color: Rouge. HEX triplet: A3, 36 and 5E. RGB value is (163,54,94). Sum of RGB (Red+Green+Blue) = 163+54+94=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3365E is #5CC9A1. Grayscale: #5B5B5B. Windows color (decimal): -6080930 or 6174371. OLE color: 6174371.

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

Color convert

RGB 163 54 94 -
CMYK 0 0.67 0.42 0.36
HSL 337.98º 0.5% 0.43% -
HSV(B) 337.98º 0.67% 0.64% -
XYZ 18.44 11.23 11.79 -
YUV 91.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 163 54 94 0 0.67 0.42 0.36 337.98 0.5 0.43
Hex A3 36 5E 0 43 2A 24 152 32 2B
Octal 243 66 136 0 103 52 44 522 62 53
Binary 10100011 110110 1011110 0 1000011 101010 100100 101010010 110010 101011

Color Harmonies of #A3365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3365E

Black with #A3365E

Text Example


Text Example

White with #A3365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3365E; }

 p { color: rgb(163,54,94); }

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

background-color css

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

 a { background-color: rgb(163,54,94); }

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

border-color css

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

 span { border-color: rgb(163,54,94); }

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