Html Css Color HEX #AD0009 Sangria

📋 copy color: '#AD0009'

red 173 ◦ green 0 ◦ blue 9

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

Shades of Sangria #AD0009

Tints of Sangria #AD0009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 95.05%
G = 0%
B = 4.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD0009 (or 0xAD0009) is known color: Sangria. HEX triplet: AD, 00 and 09. RGB value is (173,0,9). Sum of RGB (Red+Green+Blue) = 173+0+9=182 (24% of max value = 765). Red value is 173 (67.97% from 255 or 95.05% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0009 is #52FFF6. Grayscale: #343434. Windows color (decimal): -5439479 or 589997. OLE color: 589997.

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

Color convert

RGB 173 0 9 -
CMYK 0 1 0.95 0.32
HSL 356.88º 1% 0.34% -
HSV(B) 356.88º 1% 0.68% -
XYZ 17.28 8.9 1.07 -
YUV 52.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 173 0 9 0 1 0.95 0.32 356.88 1 0.34
Hex AD 0 9 0 64 5F 20 165 64 22
Octal 255 0 11 0 144 137 40 545 144 42
Binary 10101101 0 1001 0 1100100 1011111 100000 101100101 1100100 100010

Color Harmonies of #AD0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0009

Black with #AD0009

Text Example


Text Example

White with #AD0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0009; }

 p { color: rgb(173,0,9); }

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

background-color css

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

 a { background-color: rgb(173,0,9); }

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

border-color css

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

 span { border-color: rgb(173,0,9); }

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