Html Css Color HEX #AD0005 Sangria

📋 copy color: '#AD0005'

red 173 ◦ green 0 ◦ blue 5

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

Shades of Sangria #AD0005

Tints of Sangria #AD0005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.81%

R = 97.19%
G = 0%
B = 2.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0005 (or 0xAD0005) is known color: Sangria. HEX triplet: AD, 00 and 05. RGB value is (173,0,5). Sum of RGB (Red+Green+Blue) = 173+0+5=178 (23% of max value = 765). Red value is 173 (67.97% from 255 or 97.19% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0005 is #52FFFA. Grayscale: #343434. Windows color (decimal): -5439483 or 327853. OLE color: 327853.

HSL color Cylindrical-coordinate representation of color #AD0005: hue angle of 358.27º 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 #AD0005 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 5 -
CMYK 0 1 0.97 0.32
HSL 358.27º 1% 0.34% -
HSV(B) 358.27º 1% 0.68% -
XYZ 17.26 8.9 0.95 -
YUV 52.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 173 0 5 0 1 0.97 0.32 358.27 1 0.34
Hex AD 0 5 0 64 61 20 166 64 22
Octal 255 0 5 0 144 141 40 546 144 42
Binary 10101101 0 101 0 1100100 1100001 100000 101100110 1100100 100010

Color Harmonies of #AD0005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0005

Black with #AD0005

Text Example


Text Example

White with #AD0005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0005; }

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

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

background-color css

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

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

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

border-color css

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

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

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