Html Css Color HEX #A80D0F Sangria

📋 copy color: '#A80D0F'

red 168 ◦ green 13 ◦ blue 15

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

Shades of Sangria #A80D0F

Tints of Sangria #A80D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.63%

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

R = 85.71%
G = 6.63%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A80D0F (or 0xA80D0F) is known color: Sangria. HEX triplet: A8, 0D and 0F. RGB value is (168,13,15). Sum of RGB (Red+Green+Blue) = 168+13+15=196 (25% of max value = 765). Red value is 168 (66.02% from 255 or 85.71% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80D0F is #57F2F0. Grayscale: #3B3B3B. Windows color (decimal): -5763825 or 986536. OLE color: 986536.

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

Color convert

RGB 168 13 15 -
CMYK 0 0.92 0.91 0.34
HSL 359.23º 0.86% 0.35% -
HSV(B) 359.23º 0.92% 0.66% -
XYZ 16.38 8.65 1.26 -
YUV 59.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 168 13 15 0 0.92 0.91 0.34 359.23 0.86 0.35
Hex A8 D F 0 5C 5B 22 167 56 23
Octal 250 15 17 0 134 133 42 547 126 43
Binary 10101000 1101 1111 0 1011100 1011011 100010 101100111 1010110 100011

Color Harmonies of #A80D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D0F

Black with #A80D0F

Text Example


Text Example

White with #A80D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D0F; }

 p { color: rgb(168,13,15); }

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

background-color css

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

 a { background-color: rgb(168,13,15); }

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

border-color css

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

 span { border-color: rgb(168,13,15); }

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