Html Css Color HEX #A1060C Sangria

📋 copy color: '#A1060C'

red 161 ◦ green 6 ◦ blue 12

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

Shades of Sangria #A1060C

Tints of Sangria #A1060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 89.94%
G = 3.35%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A1060C (or 0xA1060C) is known color: Sangria. HEX triplet: A1, 06 and 0C. RGB value is (161,6,12). Sum of RGB (Red+Green+Blue) = 161+6+12=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A1060C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1060C is #5EF9F3. Grayscale: #353535. Windows color (decimal): -6224372 or 788129. OLE color: 788129.

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

Color convert

RGB 161 6 12 -
CMYK 0 0.96 0.93 0.37
HSL 357.68º 0.93% 0.33% -
HSV(B) 357.68º 0.96% 0.63% -
XYZ 14.83 7.73 1.06 -
YUV 53.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 161 6 12 0 0.96 0.93 0.37 357.68 0.93 0.33
Hex A1 6 C 0 60 5D 25 166 5D 21
Octal 241 6 14 0 140 135 45 546 135 41
Binary 10100001 110 1100 0 1100000 1011101 100101 101100110 1011101 100001

Color Harmonies of #A1060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1060C

Black with #A1060C

Text Example


Text Example

White with #A1060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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