Html Css Color HEX #A20609 Sangria

📋 copy color: '#A20609'

red 162 ◦ green 6 ◦ blue 9

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

Shades of Sangria #A20609

Tints of Sangria #A20609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

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

R = 91.53%
G = 3.39%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A20609 (or 0xA20609) is known color: Sangria. HEX triplet: A2, 06 and 09. RGB value is (162,6,9). Sum of RGB (Red+Green+Blue) = 162+6+9=177 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.53% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 162 - color contains mainly: red. Hex color #A20609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20609 is #5DF9F6. Grayscale: #353535. Windows color (decimal): -6158839 or 591522. OLE color: 591522.

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

Color convert

RGB 162 6 9 -
CMYK 0 0.96 0.94 0.36
HSL 358.85º 0.93% 0.33% -
HSV(B) 358.85º 0.96% 0.64% -
XYZ 15.01 7.83 0.98 -
YUV 52.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 162 6 9 0 0.96 0.94 0.36 358.85 0.93 0.33
Hex A2 6 9 0 60 5E 24 167 5D 21
Octal 242 6 11 0 140 136 44 547 135 41
Binary 10100010 110 1001 0 1100000 1011110 100100 101100111 1011101 100001

Color Harmonies of #A20609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20609

Black with #A20609

Text Example


Text Example

White with #A20609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20609; }

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

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

background-color css

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

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

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

border-color css

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

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

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