Html Css Color HEX #A20206 Sangria

📋 copy color: '#A20206'

red 162 ◦ green 2 ◦ blue 6

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

Shades of Sangria #A20206

Tints of Sangria #A20206

RGB

 RED value IS 162 (63.67% from 255) = 95.29%

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

 BLUE value IS 6 (2.73% from 255) = 3.53%

R = 95.29%
G = 1.18%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A20206 (or 0xA20206) is known color: Sangria. HEX triplet: A2, 02 and 06. RGB value is (162,2,6). Sum of RGB (Red+Green+Blue) = 162+2+6=170 (22% of max value = 765). Red value is 162 (63.67% from 255 or 95.29% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 162 - color contains mainly: red. Hex color #A20206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20206 is #5DFDF9. Grayscale: #323232. Windows color (decimal): -6159866 or 393890. OLE color: 393890.

HSL color Cylindrical-coordinate representation of color #A20206: hue angle of 358.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20206 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 2 6 -
CMYK 0 0.99 0.96 0.36
HSL 358.5º 0.98% 0.32% -
HSV(B) 358.5º 0.99% 0.64% -
XYZ 14.95 7.74 0.88 -
YUV 50.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 162 2 6 0 0.99 0.96 0.36 358.5 0.98 0.32
Hex A2 2 6 0 63 60 24 166 62 20
Octal 242 2 6 0 143 140 44 546 142 40
Binary 10100010 10 110 0 1100011 1100000 100100 101100110 1100010 100000

Color Harmonies of #A20206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20206

Black with #A20206

Text Example


Text Example

White with #A20206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20206; }

 p { color: rgb(162,2,6); }

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

background-color css

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

 a { background-color: rgb(162,2,6); }

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

border-color css

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

 span { border-color: rgb(162,2,6); }

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