Html Css Color HEX #A01112 Sangria

📋 copy color: '#A01112'

red 160 ◦ green 17 ◦ blue 18

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

Shades of Sangria #A01112

Tints of Sangria #A01112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 82.05%
G = 8.72%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01112 (or 0xA01112) is known color: Sangria. HEX triplet: A0, 11 and 12. RGB value is (160,17,18). Sum of RGB (Red+Green+Blue) = 160+17+18=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A01112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01112 is #5FEEED. Grayscale: #3C3C3C. Windows color (decimal): -6287086 or 1184160. OLE color: 1184160.

HSL color Cylindrical-coordinate representation of color #A01112: hue angle of 359.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01112 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 18 -
CMYK 0 0.89 0.89 0.37
HSL 359.58º 0.81% 0.35% -
HSV(B) 359.58º 0.89% 0.63% -
XYZ 14.81 7.92 1.32 -
YUV 59.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 160 17 18 0 0.89 0.89 0.37 359.58 0.81 0.35
Hex A0 11 12 0 59 59 25 168 51 23
Octal 240 21 22 0 131 131 45 550 121 43
Binary 10100000 10001 10010 0 1011001 1011001 100101 101101000 1010001 100011

Color Harmonies of #A01112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01112

Black with #A01112

Text Example


Text Example

White with #A01112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01112; }

 p { color: rgb(160,17,18); }

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

background-color css

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

 a { background-color: rgb(160,17,18); }

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

border-color css

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

 span { border-color: rgb(160,17,18); }

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