Html Css Color HEX #A1070D Sangria

📋 copy color: '#A1070D'

red 161 ◦ green 7 ◦ blue 13

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

Shades of Sangria #A1070D

Tints of Sangria #A1070D

RGB

 RED value IS 161 (63.28% from 255) = 88.95%

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

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 88.95%
G = 3.87%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1070D (or 0xA1070D) is known color: Sangria. HEX triplet: A1, 07 and 0D. RGB value is (161,7,13). Sum of RGB (Red+Green+Blue) = 161+7+13=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A1070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1070D is #5EF8F2. Grayscale: #353535. Windows color (decimal): -6224115 or 853921. OLE color: 853921.

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

Color convert

RGB 161 7 13 -
CMYK 0 0.96 0.92 0.37
HSL 357.66º 0.92% 0.33% -
HSV(B) 357.66º 0.96% 0.63% -
XYZ 14.85 7.76 1.1 -
YUV 53.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 161 7 13 0 0.96 0.92 0.37 357.66 0.92 0.33
Hex A1 7 D 0 60 5C 25 166 5C 21
Octal 241 7 15 0 140 134 45 546 134 41
Binary 10100001 111 1101 0 1100000 1011100 100101 101100110 1011100 100001

Color Harmonies of #A1070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1070D

Black with #A1070D

Text Example


Text Example

White with #A1070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1070D; }

 p { color: rgb(161,7,13); }

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

background-color css

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

 a { background-color: rgb(161,7,13); }

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

border-color css

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

 span { border-color: rgb(161,7,13); }

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