Html Css Color HEX #AD0407 Sangria

📋 copy color: '#AD0407'

red 173 ◦ green 4 ◦ blue 7

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

Shades of Sangria #AD0407

Tints of Sangria #AD0407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.8%

R = 94.02%
G = 2.17%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD0407 (or 0xAD0407) is known color: Sangria. HEX triplet: AD, 04 and 07. RGB value is (173,4,7). Sum of RGB (Red+Green+Blue) = 173+4+7=184 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.02% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0407 is #52FBF8. Grayscale: #373737. Windows color (decimal): -5438457 or 459949. OLE color: 459949.

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

Color convert

RGB 173 4 7 -
CMYK 0 0.98 0.96 0.32
HSL 358.93º 0.95% 0.35% -
HSV(B) 358.93º 0.98% 0.68% -
XYZ 17.32 8.99 1.02 -
YUV 54.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 173 4 7 0 0.98 0.96 0.32 358.93 0.95 0.35
Hex AD 4 7 0 62 60 20 167 5F 23
Octal 255 4 7 0 142 140 40 547 137 43
Binary 10101101 100 111 0 1100010 1100000 100000 101100111 1011111 100011

Color Harmonies of #AD0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0407

Black with #AD0407

Text Example


Text Example

White with #AD0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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