Html Css Color HEX #A20F10 Sangria

📋 copy color: '#A20F10'

red 162 ◦ green 15 ◦ blue 16

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

Shades of Sangria #A20F10

Tints of Sangria #A20F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 83.94%
G = 7.77%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A20F10 (or 0xA20F10) is known color: Sangria. HEX triplet: A2, 0F and 10. RGB value is (162,15,16). Sum of RGB (Red+Green+Blue) = 162+15+16=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20F10 is #5DF0EF. Grayscale: #3B3B3B. Windows color (decimal): -6156528 or 1052578. OLE color: 1052578.

HSL color Cylindrical-coordinate representation of color #A20F10: hue angle of 359.59º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 15 16 -
CMYK 0 0.91 0.90 0.36
HSL 359.59º 0.83% 0.35% -
HSV(B) 359.59º 0.91% 0.64% -
XYZ 15.16 8.06 1.25 -
YUV 59.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 162 15 16 0 0.91 0.90 0.36 359.59 0.83 0.35
Hex A2 F 10 0 5B 5A 24 168 53 23
Octal 242 17 20 0 133 132 44 550 123 43
Binary 10100010 1111 10000 0 1011011 1011010 100100 101101000 1010011 100011

Color Harmonies of #A20F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F10

Black with #A20F10

Text Example


Text Example

White with #A20F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F10; }

 p { color: rgb(162,15,16); }

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

background-color css

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

 a { background-color: rgb(162,15,16); }

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

border-color css

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

 span { border-color: rgb(162,15,16); }

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