Html Css Color HEX #A20204 Sangria

📋 copy color: '#A20204'

red 162 ◦ green 2 ◦ blue 4

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

Shades of Sangria #A20204

Tints of Sangria #A20204

RGB

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

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

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

R = 96.43%
G = 1.19%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A20204 (or 0xA20204) is known color: Sangria. HEX triplet: A2, 02 and 04. RGB value is (162,2,4). Sum of RGB (Red+Green+Blue) = 162+2+4=168 (22% of max value = 765). Red value is 162 (63.67% from 255 or 96.43% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 162 - color contains mainly: red. Hex color #A20204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20204 is #5DFDFB. Grayscale: #323232. Windows color (decimal): -6159868 or 262818. OLE color: 262818.

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

Color convert

RGB 162 2 4 -
CMYK 0 0.99 0.98 0.36
HSL 359.25º 0.98% 0.32% -
HSV(B) 359.25º 0.99% 0.64% -
XYZ 14.94 7.73 0.82 -
YUV 50.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 162 2 4 0 0.99 0.98 0.36 359.25 0.98 0.32
Hex A2 2 4 0 63 62 24 167 62 20
Octal 242 2 4 0 143 142 44 547 142 40
Binary 10100010 10 100 0 1100011 1100010 100100 101100111 1100010 100000

Color Harmonies of #A20204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20204

Black with #A20204

Text Example


Text Example

White with #A20204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20204; }

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

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

background-color css

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

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

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

border-color css

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

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

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