Html Css Color HEX #A0080F Sangria

📋 copy color: '#A0080F'

red 160 ◦ green 8 ◦ blue 15

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

Shades of Sangria #A0080F

Tints of Sangria #A0080F

RGB

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

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

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

R = 87.43%
G = 4.37%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0080F (or 0xA0080F) is known color: Sangria. HEX triplet: A0, 08 and 0F. RGB value is (160,8,15). Sum of RGB (Red+Green+Blue) = 160+8+15=183 (24% of max value = 765). Red value is 160 (62.89% from 255 or 87.43% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 160 - color contains mainly: red. Hex color #A0080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0080F is #5FF7F0. Grayscale: #363636. Windows color (decimal): -6289393 or 985248. OLE color: 985248.

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

Color convert

RGB 160 8 15 -
CMYK 0 0.95 0.91 0.37
HSL 357.24º 0.9% 0.33% -
HSV(B) 357.24º 0.95% 0.63% -
XYZ 14.67 7.68 1.16 -
YUV 54.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 160 8 15 0 0.95 0.91 0.37 357.24 0.9 0.33
Hex A0 8 F 0 5F 5B 25 165 5A 21
Octal 240 10 17 0 137 133 45 545 132 41
Binary 10100000 1000 1111 0 1011111 1011011 100101 101100101 1011010 100001

Color Harmonies of #A0080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0080F

Black with #A0080F

Text Example


Text Example

White with #A0080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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