Html Css Color HEX #AD020A Sangria

📋 copy color: '#AD020A'

red 173 ◦ green 2 ◦ blue 10

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

Shades of Sangria #AD020A

Tints of Sangria #AD020A

RGB

 RED value IS 173 (67.97% from 255) = 93.51%

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 10 (4.3% from 255) = 5.41%

R = 93.51%
G = 1.08%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD020A (or 0xAD020A) is known color: Sangria. HEX triplet: AD, 02 and 0A. RGB value is (173,2,10). Sum of RGB (Red+Green+Blue) = 173+2+10=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD020A is #52FDF5. Grayscale: #363636. Windows color (decimal): -5438966 or 656045. OLE color: 656045.

HSL color Cylindrical-coordinate representation of color #AD020A: hue angle of 357.19º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 10 -
CMYK 0 0.99 0.94 0.32
HSL 357.19º 0.98% 0.34% -
HSV(B) 357.19º 0.99% 0.68% -
XYZ 17.31 8.95 1.1 -
YUV 54.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 173 2 10 0 0.99 0.94 0.32 357.19 0.98 0.34
Hex AD 2 A 0 63 5E 20 165 62 22
Octal 255 2 12 0 143 136 40 545 142 42
Binary 10101101 10 1010 0 1100011 1011110 100000 101100101 1100010 100010

Color Harmonies of #AD020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD020A

Black with #AD020A

Text Example


Text Example

White with #AD020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD020A; }

 p { color: rgb(173,2,10); }

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

background-color css

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

 a { background-color: rgb(173,2,10); }

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

border-color css

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

 span { border-color: rgb(173,2,10); }

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