Html Css Color HEX #A1060F Sangria

📋 copy color: '#A1060F'

red 161 ◦ green 6 ◦ blue 15

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

Shades of Sangria #A1060F

Tints of Sangria #A1060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 88.46%
G = 3.3%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1060F (or 0xA1060F) is known color: Sangria. HEX triplet: A1, 06 and 0F. RGB value is (161,6,15). Sum of RGB (Red+Green+Blue) = 161+6+15=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A1060F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1060F is #5EF9F0. Grayscale: #353535. Windows color (decimal): -6224369 or 984737. OLE color: 984737.

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

Color convert

RGB 161 6 15 -
CMYK 0 0.96 0.91 0.37
HSL 356.52º 0.93% 0.33% -
HSV(B) 356.52º 0.96% 0.63% -
XYZ 14.85 7.74 1.16 -
YUV 53.37 106.35 204.77 -
System Red Green Blue C M Y K H S L
Decimal 161 6 15 0 0.96 0.91 0.37 356.52 0.93 0.33
Hex A1 6 F 0 60 5B 25 165 5D 21
Octal 241 6 17 0 140 133 45 545 135 41
Binary 10100001 110 1111 0 1100000 1011011 100101 101100101 1011101 100001

Color Harmonies of #A1060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1060F

Black with #A1060F

Text Example


Text Example

White with #A1060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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