Html Css Color HEX #A20005 Sangria

📋 copy color: '#A20005'

red 162 ◦ green 0 ◦ blue 5

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

Shades of Sangria #A20005

Tints of Sangria #A20005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 97.01%
G = 0%
B = 2.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A20005 (or 0xA20005) is known color: Sangria. HEX triplet: A2, 00 and 05. RGB value is (162,0,5). Sum of RGB (Red+Green+Blue) = 162+0+5=167 (22% of max value = 765). Red value is 162 (63.67% from 255 or 97.01% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 162 - color contains mainly: red. Hex color #A20005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20005 is #5DFFFA. Grayscale: #313131. Windows color (decimal): -6160379 or 327842. OLE color: 327842.

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

Color convert

RGB 162 0 5 -
CMYK 0 1 0.97 0.36
HSL 358.15º 1% 0.32% -
HSV(B) 358.15º 1% 0.64% -
XYZ 14.93 7.69 0.84 -
YUV 49.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 162 0 5 0 1 0.97 0.36 358.15 1 0.32
Hex A2 0 5 0 64 61 24 166 64 20
Octal 242 0 5 0 144 141 44 546 144 40
Binary 10100010 0 101 0 1100100 1100001 100100 101100110 1100100 100000

Color Harmonies of #A20005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20005

Black with #A20005

Text Example


Text Example

White with #A20005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20005; }

 p { color: rgb(162,0,5); }

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

background-color css

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

 a { background-color: rgb(162,0,5); }

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

border-color css

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

 span { border-color: rgb(162,0,5); }

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