Html Css Color HEX #AD0708 Sangria

📋 copy color: '#AD0708'

red 173 ◦ green 7 ◦ blue 8

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

Shades of Sangria #AD0708

Tints of Sangria #AD0708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.72%

 BLUE value IS 8 (3.52% from 255) = 4.26%

R = 92.02%
G = 3.72%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD0708 (or 0xAD0708) is known color: Sangria. HEX triplet: AD, 07 and 08. RGB value is (173,7,8). Sum of RGB (Red+Green+Blue) = 173+7+8=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0708 is #52F8F7. Grayscale: #383838. Windows color (decimal): -5437688 or 526253. OLE color: 526253.

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

Color convert

RGB 173 7 8 -
CMYK 0 0.96 0.95 0.32
HSL 359.64º 0.92% 0.35% -
HSV(B) 359.64º 0.96% 0.68% -
XYZ 17.35 9.05 1.06 -
YUV 56.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 173 7 8 0 0.96 0.95 0.32 359.64 0.92 0.35
Hex AD 7 8 0 60 5F 20 168 5C 23
Octal 255 7 10 0 140 137 40 550 134 43
Binary 10101101 111 1000 0 1100000 1011111 100000 101101000 1011100 100011

Color Harmonies of #AD0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0708

Black with #AD0708

Text Example


Text Example

White with #AD0708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0708; }

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

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

background-color css

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

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

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

border-color css

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

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

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