Html Css Color HEX #A3325F Rouge

📋 copy color: '#A3325F'

red 163 ◦ green 50 ◦ blue 95

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

Shades of Rouge #A3325F

Tints of Rouge #A3325F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 52.92%
G = 16.23%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3325F (or 0xA3325F) is known color: Rouge. HEX triplet: A3, 32 and 5F. RGB value is (163,50,95). Sum of RGB (Red+Green+Blue) = 163+50+95=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3325F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3325F is #5CCDA0. Grayscale: #585858. Windows color (decimal): -6081953 or 6238883. OLE color: 6238883.

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

Color convert

RGB 163 50 95 -
CMYK 0 0.69 0.42 0.36
HSL 336.11º 0.53% 0.42% -
HSV(B) 336.11º 0.69% 0.64% -
XYZ 18.31 10.89 11.96 -
YUV 88.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 163 50 95 0 0.69 0.42 0.36 336.11 0.53 0.42
Hex A3 32 5F 0 45 2A 24 150 35 2A
Octal 243 62 137 0 105 52 44 520 65 52
Binary 10100011 110010 1011111 0 1000101 101010 100100 101010000 110101 101010

Color Harmonies of #A3325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3325F

Black with #A3325F

Text Example


Text Example

White with #A3325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3325F; }

 p { color: rgb(163,50,95); }

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

background-color css

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

 a { background-color: rgb(163,50,95); }

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

border-color css

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

 span { border-color: rgb(163,50,95); }

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