Html Css Color HEX #A1020A Sangria

📋 copy color: '#A1020A'

red 161 ◦ green 2 ◦ blue 10

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

Shades of Sangria #A1020A

Tints of Sangria #A1020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.16%

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

R = 93.06%
G = 1.16%
B = 5.78%

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

#A1020A (or 0xA1020A) is known color: Sangria. HEX triplet: A1, 02 and 0A. RGB value is (161,2,10). Sum of RGB (Red+Green+Blue) = 161+2+10=173 (22% of max value = 765). Red value is 161 (63.28% from 255 or 93.06% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 161 - color contains mainly: red. Hex color #A1020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1020A is #5EFDF5. Grayscale: #323232. Windows color (decimal): -6225398 or 656033. OLE color: 656033.

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

Color convert

RGB 161 2 10 -
CMYK 0 0.99 0.94 0.37
HSL 356.98º 0.98% 0.32% -
HSV(B) 356.98º 0.99% 0.63% -
XYZ 14.77 7.64 0.98 -
YUV 50.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 161 2 10 0 0.99 0.94 0.37 356.98 0.98 0.32
Hex A1 2 A 0 63 5E 25 165 62 20
Octal 241 2 12 0 143 136 45 545 142 40
Binary 10100001 10 1010 0 1100011 1011110 100101 101100101 1100010 100000

Color Harmonies of #A1020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1020A

Black with #A1020A

Text Example


Text Example

White with #A1020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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