Html Css Color HEX #A20004 Sangria

📋 copy color: '#A20004'

red 162 ◦ green 0 ◦ blue 4

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

Shades of Sangria #A20004

Tints of Sangria #A20004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 97.59%
G = 0%
B = 2.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A20004 (or 0xA20004) is known color: Sangria. HEX triplet: A2, 00 and 04. RGB value is (162,0,4). Sum of RGB (Red+Green+Blue) = 162+0+4=166 (21% of max value = 765). Red value is 162 (63.67% from 255 or 97.59% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 162 - color contains mainly: red. Hex color #A20004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20004 is #5DFFFB. Grayscale: #313131. Windows color (decimal): -6160380 or 262306. OLE color: 262306.

HSL color Cylindrical-coordinate representation of color #A20004: hue angle of 358.52º 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 #A20004 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 0 4 -
CMYK 0 1 0.98 0.36
HSL 358.52º 1% 0.32% -
HSV(B) 358.52º 1% 0.64% -
XYZ 14.92 7.69 0.81 -
YUV 48.89 102.67 208.67 -
System Red Green Blue C M Y K H S L
Decimal 162 0 4 0 1 0.98 0.36 358.52 1 0.32
Hex A2 0 4 0 64 62 24 167 64 20
Octal 242 0 4 0 144 142 44 547 144 40
Binary 10100010 0 100 0 1100100 1100010 100100 101100111 1100100 100000

Color Harmonies of #A20004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20004

Black with #A20004

Text Example


Text Example

White with #A20004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20004; }

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

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

background-color css

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

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

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

border-color css

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

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

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