Html Css Color HEX #AD0408 Sangria

📋 copy color: '#AD0408'

red 173 ◦ green 4 ◦ blue 8

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

Shades of Sangria #AD0408

Tints of Sangria #AD0408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 93.51%
G = 2.16%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD0408 (or 0xAD0408) is known color: Sangria. HEX triplet: AD, 04 and 08. RGB value is (173,4,8). Sum of RGB (Red+Green+Blue) = 173+4+8=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0408 is #52FBF7. Grayscale: #373737. Windows color (decimal): -5438456 or 525485. OLE color: 525485.

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

Color convert

RGB 173 4 8 -
CMYK 0 0.98 0.95 0.32
HSL 358.58º 0.95% 0.35% -
HSV(B) 358.58º 0.98% 0.68% -
XYZ 17.32 8.99 1.05 -
YUV 54.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 173 4 8 0 0.98 0.95 0.32 358.58 0.95 0.35
Hex AD 4 8 0 62 5F 20 167 5F 23
Octal 255 4 10 0 142 137 40 547 137 43
Binary 10101101 100 1000 0 1100010 1011111 100000 101100111 1011111 100011

Color Harmonies of #AD0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0408

Black with #AD0408

Text Example


Text Example

White with #AD0408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0408; }

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

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

background-color css

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

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

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

border-color css

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

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

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