Html Css Color HEX #A20009 Sangria

📋 copy color: '#A20009'

red 162 ◦ green 0 ◦ blue 9

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

Shades of Sangria #A20009

Tints of Sangria #A20009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 94.74%
G = 0%
B = 5.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A20009 (or 0xA20009) is known color: Sangria. HEX triplet: A2, 00 and 09. RGB value is (162,0,9). Sum of RGB (Red+Green+Blue) = 162+0+9=171 (22% of max value = 765). Red value is 162 (63.67% from 255 or 94.74% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 162 - color contains mainly: red. Hex color #A20009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20009 is #5DFFF6. Grayscale: #313131. Windows color (decimal): -6160375 or 589986. OLE color: 589986.

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

Color convert

RGB 162 0 9 -
CMYK 0 1 0.94 0.36
HSL 356.67º 1% 0.32% -
HSV(B) 356.67º 1% 0.64% -
XYZ 14.95 7.7 0.96 -
YUV 49.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 162 0 9 0 1 0.94 0.36 356.67 1 0.32
Hex A2 0 9 0 64 5E 24 165 64 20
Octal 242 0 11 0 144 136 44 545 144 40
Binary 10100010 0 1001 0 1100100 1011110 100100 101100101 1100100 100000

Color Harmonies of #A20009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20009

Black with #A20009

Text Example


Text Example

White with #A20009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20009; }

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

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

background-color css

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

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

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

border-color css

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

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

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