Html Css Color HEX #A8080C Sangria

📋 copy color: '#A8080C'

red 168 ◦ green 8 ◦ blue 12

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

Shades of Sangria #A8080C

Tints of Sangria #A8080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.26%

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 89.36%
G = 4.26%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8080C (or 0xA8080C) is known color: Sangria. HEX triplet: A8, 08 and 0C. RGB value is (168,8,12). Sum of RGB (Red+Green+Blue) = 168+8+12=188 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.36% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 168 - color contains mainly: red. Hex color #A8080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8080C is #57F7F3. Grayscale: #383838. Windows color (decimal): -5765108 or 788648. OLE color: 788648.

HSL color Cylindrical-coordinate representation of color #A8080C: hue angle of 358.5º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8080C is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 8 12 -
CMYK 0 0.95 0.93 0.34
HSL 358.5º 0.91% 0.35% -
HSV(B) 358.5º 0.95% 0.66% -
XYZ 16.3 8.53 1.13 -
YUV 56.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 168 8 12 0 0.95 0.93 0.34 358.5 0.91 0.35
Hex A8 8 C 0 5F 5D 22 166 5B 23
Octal 250 10 14 0 137 135 42 546 133 43
Binary 10101000 1000 1100 0 1011111 1011101 100010 101100110 1011011 100011

Color Harmonies of #A8080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8080C

Black with #A8080C

Text Example


Text Example

White with #A8080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8080C; }

 p { color: rgb(168,8,12); }

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

background-color css

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

 a { background-color: rgb(168,8,12); }

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

border-color css

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

 span { border-color: rgb(168,8,12); }

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