Html Css Color HEX #A1020E Sangria

📋 copy color: '#A1020E'

red 161 ◦ green 2 ◦ blue 14

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

Shades of Sangria #A1020E

Tints of Sangria #A1020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.91%

R = 90.96%
G = 1.13%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1020E (or 0xA1020E) is known color: Sangria. HEX triplet: A1, 02 and 0E. RGB value is (161,2,14). Sum of RGB (Red+Green+Blue) = 161+2+14=177 (23% of max value = 765). Red value is 161 (63.28% from 255 or 90.96% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 161 - color contains mainly: red. Hex color #A1020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1020E is #5EFDF1. Grayscale: #333333. Windows color (decimal): -6225394 or 918177. OLE color: 918177.

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

Color convert

RGB 161 2 14 -
CMYK 0 0.99 0.91 0.37
HSL 355.47º 0.98% 0.32% -
HSV(B) 355.47º 0.99% 0.63% -
XYZ 14.8 7.65 1.11 -
YUV 50.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 161 2 14 0 0.99 0.91 0.37 355.47 0.98 0.32
Hex A1 2 E 0 63 5B 25 163 62 20
Octal 241 2 16 0 143 133 45 543 142 40
Binary 10100001 10 1110 0 1100011 1011011 100101 101100011 1100010 100000

Color Harmonies of #A1020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1020E

Black with #A1020E

Text Example


Text Example

White with #A1020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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