Html Css Color HEX #A8375C Rouge

📋 copy color: '#A8375C'

red 168 ◦ green 55 ◦ blue 92

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

Shades of Rouge #A8375C

Tints of Rouge #A8375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.21%

R = 53.33%
G = 17.46%
B = 29.21%

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

#A8375C (or 0xA8375C) is known color: Rouge. HEX triplet: A8, 37 and 5C. RGB value is (168,55,92). Sum of RGB (Red+Green+Blue) = 168+55+92=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8375C is #57C8A3. Grayscale: #5C5C5C. Windows color (decimal): -5752996 or 6043560. OLE color: 6043560.

HSL color Cylindrical-coordinate representation of color #A8375C: hue angle of 340.35º 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 #A8375C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 55 92 -
CMYK 0 0.67 0.45 0.34
HSL 340.35º 0.51% 0.44% -
HSV(B) 340.35º 0.67% 0.66% -
XYZ 19.45 11.83 11.38 -
YUV 93.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 168 55 92 0 0.67 0.45 0.34 340.35 0.51 0.44
Hex A8 37 5C 0 43 2D 22 154 33 2C
Octal 250 67 134 0 103 55 42 524 63 54
Binary 10101000 110111 1011100 0 1000011 101101 100010 101010100 110011 101100

Color Harmonies of #A8375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8375C

Black with #A8375C

Text Example


Text Example

White with #A8375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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