Html Css Color HEX #AD0506 Sangria

📋 copy color: '#AD0506'

red 173 ◦ green 5 ◦ blue 6

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

Shades of Sangria #AD0506

Tints of Sangria #AD0506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.26%

R = 94.02%
G = 2.72%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD0506 (or 0xAD0506) is known color: Sangria. HEX triplet: AD, 05 and 06. RGB value is (173,5,6). Sum of RGB (Red+Green+Blue) = 173+5+6=184 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.02% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0506 is #52FAF9. Grayscale: #373737. Windows color (decimal): -5438202 or 394669. OLE color: 394669.

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

Color convert

RGB 173 5 6 -
CMYK 0 0.97 0.97 0.32
HSL 359.64º 0.94% 0.35% -
HSV(B) 359.64º 0.97% 0.68% -
XYZ 17.32 9.01 1 -
YUV 55.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 173 5 6 0 0.97 0.97 0.32 359.64 0.94 0.35
Hex AD 5 6 0 61 61 20 168 5E 23
Octal 255 5 6 0 141 141 40 550 136 43
Binary 10101101 101 110 0 1100001 1100001 100000 101101000 1011110 100011

Color Harmonies of #AD0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0506

Black with #AD0506

Text Example


Text Example

White with #AD0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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