Html Css Color HEX #A1080F Sangria

📋 copy color: '#A1080F'

red 161 ◦ green 8 ◦ blue 15

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

Shades of Sangria #A1080F

Tints of Sangria #A1080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

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

R = 87.5%
G = 4.35%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1080F (or 0xA1080F) is known color: Sangria. HEX triplet: A1, 08 and 0F. RGB value is (161,8,15). Sum of RGB (Red+Green+Blue) = 161+8+15=184 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.5% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 161 - color contains mainly: red. Hex color #A1080F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1080F is #5EF7F0. Grayscale: #363636. Windows color (decimal): -6223857 or 985249. OLE color: 985249.

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

Color convert

RGB 161 8 15 -
CMYK 0 0.95 0.91 0.37
HSL 357.25º 0.91% 0.33% -
HSV(B) 357.25º 0.95% 0.63% -
XYZ 14.87 7.79 1.17 -
YUV 54.55 105.69 203.93 -
System Red Green Blue C M Y K H S L
Decimal 161 8 15 0 0.95 0.91 0.37 357.25 0.91 0.33
Hex A1 8 F 0 5F 5B 25 165 5B 21
Octal 241 10 17 0 137 133 45 545 133 41
Binary 10100001 1000 1111 0 1011111 1011011 100101 101100101 1011011 100001

Color Harmonies of #A1080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1080F

Black with #A1080F

Text Example


Text Example

White with #A1080F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1080F; }

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

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

background-color css

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

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

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

border-color css

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

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

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