Html Css Color HEX #A80C0F Sangria

📋 copy color: '#A80C0F'

red 168 ◦ green 12 ◦ blue 15

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

Shades of Sangria #A80C0F

Tints of Sangria #A80C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.15%

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

R = 86.15%
G = 6.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A80C0F (or 0xA80C0F) is known color: Sangria. HEX triplet: A8, 0C and 0F. RGB value is (168,12,15). Sum of RGB (Red+Green+Blue) = 168+12+15=195 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.15% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80C0F is #57F3F0. Grayscale: #3B3B3B. Windows color (decimal): -5764081 or 986280. OLE color: 986280.

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

Color convert

RGB 168 12 15 -
CMYK 0 0.93 0.91 0.34
HSL 358.85º 0.87% 0.35% -
HSV(B) 358.85º 0.93% 0.66% -
XYZ 16.37 8.62 1.25 -
YUV 58.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 168 12 15 0 0.93 0.91 0.34 358.85 0.87 0.35
Hex A8 C F 0 5D 5B 22 167 57 23
Octal 250 14 17 0 135 133 42 547 127 43
Binary 10101000 1100 1111 0 1011101 1011011 100010 101100111 1010111 100011

Color Harmonies of #A80C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C0F

Black with #A80C0F

Text Example


Text Example

White with #A80C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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