Html Css Color HEX #A20006 Sangria

📋 copy color: '#A20006'

red 162 ◦ green 0 ◦ blue 6

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

Shades of Sangria #A20006

Tints of Sangria #A20006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 96.43%
G = 0%
B = 3.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A20006 (or 0xA20006) is known color: Sangria. HEX triplet: A2, 00 and 06. RGB value is (162,0,6). Sum of RGB (Red+Green+Blue) = 162+0+6=168 (22% of max value = 765). Red value is 162 (63.67% from 255 or 96.43% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 162 - color contains mainly: red. Hex color #A20006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20006 is #5DFFF9. Grayscale: #313131. Windows color (decimal): -6160378 or 393378. OLE color: 393378.

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

Color convert

RGB 162 0 6 -
CMYK 0 1 0.96 0.36
HSL 357.78º 1% 0.32% -
HSV(B) 357.78º 1% 0.64% -
XYZ 14.93 7.69 0.87 -
YUV 49.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 162 0 6 0 1 0.96 0.36 357.78 1 0.32
Hex A2 0 6 0 64 60 24 166 64 20
Octal 242 0 6 0 144 140 44 546 144 40
Binary 10100010 0 110 0 1100100 1100000 100100 101100110 1100100 100000

Color Harmonies of #A20006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20006

Black with #A20006

Text Example


Text Example

White with #A20006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20006; }

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

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

background-color css

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

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

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

border-color css

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

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

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