Html Css Color HEX #A1090F Sangria

📋 copy color: '#A1090F'

red 161 ◦ green 9 ◦ blue 15

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

Shades of Sangria #A1090F

Tints of Sangria #A1090F

RGB

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

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

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

R = 87.03%
G = 4.86%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1090F (or 0xA1090F) is known color: Sangria. HEX triplet: A1, 09 and 0F. RGB value is (161,9,15). Sum of RGB (Red+Green+Blue) = 161+9+15=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A1090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1090F is #5EF6F0. Grayscale: #373737. Windows color (decimal): -6223601 or 985505. OLE color: 985505.

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

Color convert

RGB 161 9 15 -
CMYK 0 0.94 0.91 0.37
HSL 357.63º 0.89% 0.33% -
HSV(B) 357.63º 0.94% 0.63% -
XYZ 14.88 7.81 1.17 -
YUV 55.13 105.36 203.51 -
System Red Green Blue C M Y K H S L
Decimal 161 9 15 0 0.94 0.91 0.37 357.63 0.89 0.33
Hex A1 9 F 0 5E 5B 25 166 59 21
Octal 241 11 17 0 136 133 45 546 131 41
Binary 10100001 1001 1111 0 1011110 1011011 100101 101100110 1011001 100001

Color Harmonies of #A1090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1090F

Black with #A1090F

Text Example


Text Example

White with #A1090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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