Html Css Color HEX #A0070F Sangria

📋 copy color: '#A0070F'

red 160 ◦ green 7 ◦ blue 15

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

Shades of Sangria #A0070F

Tints of Sangria #A0070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 87.91%
G = 3.85%
B = 8.24%

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

#A0070F (or 0xA0070F) is known color: Sangria. HEX triplet: A0, 07 and 0F. RGB value is (160,7,15). Sum of RGB (Red+Green+Blue) = 160+7+15=182 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.91% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 160 - color contains mainly: red. Hex color #A0070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0070F is #5FF8F0. Grayscale: #353535. Windows color (decimal): -6289649 or 984992. OLE color: 984992.

HSL color Cylindrical-coordinate representation of color #A0070F: hue angle of 356.86º 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 #A0070F is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 15 -
CMYK 0 0.96 0.91 0.37
HSL 356.86º 0.92% 0.33% -
HSV(B) 356.86º 0.96% 0.63% -
XYZ 14.66 7.66 1.16 -
YUV 53.66 106.19 203.85 -
System Red Green Blue C M Y K H S L
Decimal 160 7 15 0 0.96 0.91 0.37 356.86 0.92 0.33
Hex A0 7 F 0 60 5B 25 165 5C 21
Octal 240 7 17 0 140 133 45 545 134 41
Binary 10100000 111 1111 0 1100000 1011011 100101 101100101 1011100 100001

Color Harmonies of #A0070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0070F

Black with #A0070F

Text Example


Text Example

White with #A0070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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