Html Css Color HEX #A8375F Rouge

📋 copy color: '#A8375F'

red 168 ◦ green 55 ◦ blue 95

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

Shades of Rouge #A8375F

Tints of Rouge #A8375F

RGB

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

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

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

R = 52.83%
G = 17.3%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8375F (or 0xA8375F) is known color: Rouge. HEX triplet: A8, 37 and 5F. RGB value is (168,55,95). Sum of RGB (Red+Green+Blue) = 168+55+95=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8375F is #57C8A0. Grayscale: #5D5D5D. Windows color (decimal): -5752993 or 6240168. OLE color: 6240168.

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

Color convert

RGB 168 55 95 -
CMYK 0 0.67 0.43 0.34
HSL 338.76º 0.51% 0.44% -
HSV(B) 338.76º 0.67% 0.66% -
XYZ 19.58 11.88 12.09 -
YUV 93.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 168 55 95 0 0.67 0.43 0.34 338.76 0.51 0.44
Hex A8 37 5F 0 43 2B 22 153 33 2C
Octal 250 67 137 0 103 53 42 523 63 54
Binary 10101000 110111 1011111 0 1000011 101011 100010 101010011 110011 101100

Color Harmonies of #A8375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8375F

Black with #A8375F

Text Example


Text Example

White with #A8375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8375F; }

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

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

background-color css

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

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

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

border-color css

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

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

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