Html Css Color HEX #A20506 Sangria

📋 copy color: '#A20506'

red 162 ◦ green 5 ◦ blue 6

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

Shades of Sangria #A20506

Tints of Sangria #A20506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

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

R = 93.64%
G = 2.89%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A20506 (or 0xA20506) is known color: Sangria. HEX triplet: A2, 05 and 06. RGB value is (162,5,6). Sum of RGB (Red+Green+Blue) = 162+5+6=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20506 is #5DFAF9. Grayscale: #343434. Windows color (decimal): -6159098 or 394658. OLE color: 394658.

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

Color convert

RGB 162 5 6 -
CMYK 0 0.97 0.96 0.36
HSL 359.62º 0.94% 0.33% -
HSV(B) 359.62º 0.97% 0.64% -
XYZ 14.99 7.8 0.89 -
YUV 52.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 162 5 6 0 0.97 0.96 0.36 359.62 0.94 0.33
Hex A2 5 6 0 61 60 24 168 5E 21
Octal 242 5 6 0 141 140 44 550 136 41
Binary 10100010 101 110 0 1100001 1100000 100100 101101000 1011110 100001

Color Harmonies of #A20506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20506

Black with #A20506

Text Example


Text Example

White with #A20506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20506; }

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

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

background-color css

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

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

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

border-color css

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

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

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