Html Css Color HEX #A3345D Rouge

📋 copy color: '#A3345D'

red 163 ◦ green 52 ◦ blue 93

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

Shades of Rouge #A3345D

Tints of Rouge #A3345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.88%

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

R = 52.92%
G = 16.88%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3345D (or 0xA3345D) is known color: Rouge. HEX triplet: A3, 34 and 5D. RGB value is (163,52,93). Sum of RGB (Red+Green+Blue) = 163+52+93=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3345D is #5CCBA2. Grayscale: #595959. Windows color (decimal): -6081443 or 6108323. OLE color: 6108323.

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

Color convert

RGB 163 52 93 -
CMYK 0 0.68 0.43 0.36
HSL 337.84º 0.52% 0.42% -
HSV(B) 337.84º 0.68% 0.64% -
XYZ 18.31 11.03 11.52 -
YUV 89.86 129.77 180.17 -
System Red Green Blue C M Y K H S L
Decimal 163 52 93 0 0.68 0.43 0.36 337.84 0.52 0.42
Hex A3 34 5D 0 44 2B 24 152 34 2A
Octal 243 64 135 0 104 53 44 522 64 52
Binary 10100011 110100 1011101 0 1000100 101011 100100 101010010 110100 101010

Color Harmonies of #A3345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3345D

Black with #A3345D

Text Example


Text Example

White with #A3345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3345D; }

 p { color: rgb(163,52,93); }

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

background-color css

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

 a { background-color: rgb(163,52,93); }

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

border-color css

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

 span { border-color: rgb(163,52,93); }

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