Html Css Color HEX #A1090D Sangria

📋 copy color: '#A1090D'

red 161 ◦ green 9 ◦ blue 13

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

Shades of Sangria #A1090D

Tints of Sangria #A1090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 87.98%
G = 4.92%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A1090D (or 0xA1090D) is known color: Sangria. HEX triplet: A1, 09 and 0D. RGB value is (161,9,13). Sum of RGB (Red+Green+Blue) = 161+9+13=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A1090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1090D is #5EF6F2. Grayscale: #373737. Windows color (decimal): -6223603 or 854433. OLE color: 854433.

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

Color convert

RGB 161 9 13 -
CMYK 0 0.94 0.92 0.37
HSL 358.42º 0.89% 0.33% -
HSV(B) 358.42º 0.94% 0.63% -
XYZ 14.87 7.8 1.1 -
YUV 54.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 161 9 13 0 0.94 0.92 0.37 358.42 0.89 0.33
Hex A1 9 D 0 5E 5C 25 166 59 21
Octal 241 11 15 0 136 134 45 546 131 41
Binary 10100001 1001 1101 0 1011110 1011100 100101 101100110 1011001 100001

Color Harmonies of #A1090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1090D

Black with #A1090D

Text Example


Text Example

White with #A1090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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