Html Css Color HEX #AD0508 Sangria

📋 copy color: '#AD0508'

red 173 ◦ green 5 ◦ blue 8

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

Shades of Sangria #AD0508

Tints of Sangria #AD0508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 93.01%
G = 2.69%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD0508 (or 0xAD0508) is known color: Sangria. HEX triplet: AD, 05 and 08. RGB value is (173,5,8). Sum of RGB (Red+Green+Blue) = 173+5+8=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0508 is #52FAF7. Grayscale: #373737. Windows color (decimal): -5438200 or 525741. OLE color: 525741.

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

Color convert

RGB 173 5 8 -
CMYK 0 0.97 0.95 0.32
HSL 358.93º 0.94% 0.35% -
HSV(B) 358.93º 0.97% 0.68% -
XYZ 17.33 9.01 1.06 -
YUV 55.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 173 5 8 0 0.97 0.95 0.32 358.93 0.94 0.35
Hex AD 5 8 0 61 5F 20 167 5E 23
Octal 255 5 10 0 141 137 40 547 136 43
Binary 10101101 101 1000 0 1100001 1011111 100000 101100111 1011110 100011

Color Harmonies of #AD0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0508

Black with #AD0508

Text Example


Text Example

White with #AD0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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