Html Css Color HEX #A8050E Sangria

📋 copy color: '#A8050E'

red 168 ◦ green 5 ◦ blue 14

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

Shades of Sangria #A8050E

Tints of Sangria #A8050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 89.84%
G = 2.67%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8050E (or 0xA8050E) is known color: Sangria. HEX triplet: A8, 05 and 0E. RGB value is (168,5,14). Sum of RGB (Red+Green+Blue) = 168+5+14=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A8050E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8050E is #57FAF1. Grayscale: #363636. Windows color (decimal): -5765874 or 918952. OLE color: 918952.

HSL color Cylindrical-coordinate representation of color #A8050E: hue angle of 356.69º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8050E is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 14 -
CMYK 0 0.97 0.92 0.34
HSL 356.69º 0.94% 0.34% -
HSV(B) 356.69º 0.97% 0.66% -
XYZ 16.28 8.47 1.19 -
YUV 54.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 168 5 14 0 0.97 0.92 0.34 356.69 0.94 0.34
Hex A8 5 E 0 61 5C 22 165 5E 22
Octal 250 5 16 0 141 134 42 545 136 42
Binary 10101000 101 1110 0 1100001 1011100 100010 101100101 1011110 100010

Color Harmonies of #A8050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8050E

Black with #A8050E

Text Example


Text Example

White with #A8050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8050E; }

 p { color: rgb(168,5,14); }

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

background-color css

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

 a { background-color: rgb(168,5,14); }

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

border-color css

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

 span { border-color: rgb(168,5,14); }

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