Html Css Color HEX #A1010A Sangria

📋 copy color: '#A1010A'

red 161 ◦ green 1 ◦ blue 10

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

Shades of Sangria #A1010A

Tints of Sangria #A1010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 10 (4.3% from 255) = 5.81%

R = 93.6%
G = 0.58%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A1010A (or 0xA1010A) is known color: Sangria. HEX triplet: A1, 01 and 0A. RGB value is (161,1,10). Sum of RGB (Red+Green+Blue) = 161+1+10=172 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.60% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 161 - color contains mainly: red. Hex color #A1010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1010A is #5EFEF5. Grayscale: #313131. Windows color (decimal): -6225654 or 655777. OLE color: 655777.

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

Color convert

RGB 161 1 10 -
CMYK 0 0.99 0.94 0.37
HSL 356.63º 0.99% 0.32% -
HSV(B) 356.63º 0.99% 0.63% -
XYZ 14.76 7.62 0.98 -
YUV 49.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 161 1 10 0 0.99 0.94 0.37 356.63 0.99 0.32
Hex A1 1 A 0 63 5E 25 165 63 20
Octal 241 1 12 0 143 136 45 545 143 40
Binary 10100001 1 1010 0 1100011 1011110 100101 101100101 1100011 100000

Color Harmonies of #A1010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1010A

Black with #A1010A

Text Example


Text Example

White with #A1010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1010A; }

 p { color: rgb(161,1,10); }

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

background-color css

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

 a { background-color: rgb(161,1,10); }

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

border-color css

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

 span { border-color: rgb(161,1,10); }

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