Html Css Color HEX #AD080A Sangria

📋 copy color: '#AD080A'

red 173 ◦ green 8 ◦ blue 10

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

Shades of Sangria #AD080A

Tints of Sangria #AD080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.19%

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

R = 90.58%
G = 4.19%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD080A (or 0xAD080A) is known color: Sangria. HEX triplet: AD, 08 and 0A. RGB value is (173,8,10). Sum of RGB (Red+Green+Blue) = 173+8+10=191 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.58% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 173 - color contains mainly: red. Hex color #AD080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD080A is #52F7F5. Grayscale: #393939. Windows color (decimal): -5437430 or 657581. OLE color: 657581.

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

Color convert

RGB 173 8 10 -
CMYK 0 0.95 0.94 0.32
HSL 359.27º 0.91% 0.35% -
HSV(B) 359.27º 0.95% 0.68% -
XYZ 17.38 9.08 1.12 -
YUV 57.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 173 8 10 0 0.95 0.94 0.32 359.27 0.91 0.35
Hex AD 8 A 0 5F 5E 20 167 5B 23
Octal 255 10 12 0 137 136 40 547 133 43
Binary 10101101 1000 1010 0 1011111 1011110 100000 101100111 1011011 100011

Color Harmonies of #AD080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD080A

Black with #AD080A

Text Example


Text Example

White with #AD080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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