Html Css Color HEX #A3375E Rouge

📋 copy color: '#A3375E'

red 163 ◦ green 55 ◦ blue 94

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

Shades of Rouge #A3375E

Tints of Rouge #A3375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.63%

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

R = 52.24%
G = 17.63%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3375E (or 0xA3375E) is known color: Rouge. HEX triplet: A3, 37 and 5E. RGB value is (163,55,94). Sum of RGB (Red+Green+Blue) = 163+55+94=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3375E is #5CC8A1. Grayscale: #5B5B5B. Windows color (decimal): -6080674 or 6174627. OLE color: 6174627.

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

Color convert

RGB 163 55 94 -
CMYK 0 0.66 0.42 0.36
HSL 338.33º 0.5% 0.43% -
HSV(B) 338.33º 0.66% 0.64% -
XYZ 18.49 11.33 11.8 -
YUV 91.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 163 55 94 0 0.66 0.42 0.36 338.33 0.5 0.43
Hex A3 37 5E 0 42 2A 24 152 32 2B
Octal 243 67 136 0 102 52 44 522 62 53
Binary 10100011 110111 1011110 0 1000010 101010 100100 101010010 110010 101011

Color Harmonies of #A3375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3375E

Black with #A3375E

Text Example


Text Example

White with #A3375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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