Html Css Color HEX #A8375D Rouge

📋 copy color: '#A8375D'

red 168 ◦ green 55 ◦ blue 93

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

Shades of Rouge #A8375D

Tints of Rouge #A8375D

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

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

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

R = 53.16%
G = 17.41%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8375D (or 0xA8375D) is known color: Rouge. HEX triplet: A8, 37 and 5D. RGB value is (168,55,93). Sum of RGB (Red+Green+Blue) = 168+55+93=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8375D is #57C8A2. Grayscale: #5D5D5D. Windows color (decimal): -5752995 or 6109096. OLE color: 6109096.

HSL color Cylindrical-coordinate representation of color #A8375D: hue angle of 339.82º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8375D is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 93 -
CMYK 0 0.67 0.45 0.34
HSL 339.82º 0.51% 0.44% -
HSV(B) 339.82º 0.67% 0.66% -
XYZ 19.49 11.85 11.62 -
YUV 93.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 168 55 93 0 0.67 0.45 0.34 339.82 0.51 0.44
Hex A8 37 5D 0 43 2D 22 154 33 2C
Octal 250 67 135 0 103 55 42 524 63 54
Binary 10101000 110111 1011101 0 1000011 101101 100010 101010100 110011 101100

Color Harmonies of #A8375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8375D

Black with #A8375D

Text Example


Text Example

White with #A8375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8375D; }

 p { color: rgb(168,55,93); }

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

background-color css

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

 a { background-color: rgb(168,55,93); }

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

border-color css

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

 span { border-color: rgb(168,55,93); }

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