Html Css Color HEX #A0070E Sangria

📋 copy color: '#A0070E'

red 160 ◦ green 7 ◦ blue 14

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

Shades of Sangria #A0070E

Tints of Sangria #A0070E

RGB

 RED value IS 160 (62.89% from 255) = 88.4%

 GREEN value IS 7 (3.13% from 255) = 3.87%

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

R = 88.4%
G = 3.87%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0070E (or 0xA0070E) is known color: Sangria. HEX triplet: A0, 07 and 0E. RGB value is (160,7,14). Sum of RGB (Red+Green+Blue) = 160+7+14=181 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.40% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 160 - color contains mainly: red. Hex color #A0070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0070E is #5FF8F1. Grayscale: #353535. Windows color (decimal): -6289650 or 919456. OLE color: 919456.

HSL color Cylindrical-coordinate representation of color #A0070E: hue angle of 357.25º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0070E is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 14 -
CMYK 0 0.96 0.91 0.37
HSL 357.25º 0.92% 0.33% -
HSV(B) 357.25º 0.96% 0.63% -
XYZ 14.65 7.66 1.12 -
YUV 53.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 160 7 14 0 0.96 0.91 0.37 357.25 0.92 0.33
Hex A0 7 E 0 60 5B 25 165 5C 21
Octal 240 7 16 0 140 133 45 545 134 41
Binary 10100000 111 1110 0 1100000 1011011 100101 101100101 1011100 100001

Color Harmonies of #A0070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0070E

Black with #A0070E

Text Example


Text Example

White with #A0070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0070E; }

 p { color: rgb(160,7,14); }

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

background-color css

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

 a { background-color: rgb(160,7,14); }

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

border-color css

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

 span { border-color: rgb(160,7,14); }

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