Html Css Color HEX #A20304 Sangria

📋 copy color: '#A20304'

red 162 ◦ green 3 ◦ blue 4

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

Shades of Sangria #A20304

Tints of Sangria #A20304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 95.86%
G = 1.78%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A20304 (or 0xA20304) is known color: Sangria. HEX triplet: A2, 03 and 04. RGB value is (162,3,4). Sum of RGB (Red+Green+Blue) = 162+3+4=169 (22% of max value = 765). Red value is 162 (63.67% from 255 or 95.86% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 162 - color contains mainly: red. Hex color #A20304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20304 is #5DFCFB. Grayscale: #323232. Windows color (decimal): -6159612 or 263074. OLE color: 263074.

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

Color convert

RGB 162 3 4 -
CMYK 0 0.98 0.98 0.36
HSL 359.62º 0.96% 0.32% -
HSV(B) 359.62º 0.98% 0.64% -
XYZ 14.95 7.76 0.82 -
YUV 50.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 162 3 4 0 0.98 0.98 0.36 359.62 0.96 0.32
Hex A2 3 4 0 62 62 24 168 60 20
Octal 242 3 4 0 142 142 44 550 140 40
Binary 10100010 11 100 0 1100010 1100010 100100 101101000 1100000 100000

Color Harmonies of #A20304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20304

Black with #A20304

Text Example


Text Example

White with #A20304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20304; }

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

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

background-color css

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

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

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

border-color css

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

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

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