Html Css Color HEX #AD000B Sangria

📋 copy color: '#AD000B'

red 173 ◦ green 0 ◦ blue 11

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

Shades of Sangria #AD000B

Tints of Sangria #AD000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.98%

R = 94.02%
G = 0%
B = 5.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD000B (or 0xAD000B) is known color: Sangria. HEX triplet: AD, 00 and 0B. RGB value is (173,0,11). Sum of RGB (Red+Green+Blue) = 173+0+11=184 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.02% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 173 - color contains mainly: red. Hex color #AD000B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD000B is #52FFF4. Grayscale: #353535. Windows color (decimal): -5439477 or 721069. OLE color: 721069.

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

Color convert

RGB 173 0 11 -
CMYK 0 1 0.94 0.32
HSL 356.19º 1% 0.34% -
HSV(B) 356.19º 1% 0.68% -
XYZ 17.29 8.91 1.12 -
YUV 52.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 173 0 11 0 1 0.94 0.32 356.19 1 0.34
Hex AD 0 B 0 64 5E 20 164 64 22
Octal 255 0 13 0 144 136 40 544 144 42
Binary 10101101 0 1011 0 1100100 1011110 100000 101100100 1100100 100010

Color Harmonies of #AD000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD000B

Black with #AD000B

Text Example


Text Example

White with #AD000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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