Html Css Color HEX #AD070D Sangria

📋 copy color: '#AD070D'

red 173 ◦ green 7 ◦ blue 13

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

Shades of Sangria #AD070D

Tints of Sangria #AD070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 89.64%
G = 3.63%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD070D (or 0xAD070D) is known color: Sangria. HEX triplet: AD, 07 and 0D. RGB value is (173,7,13). Sum of RGB (Red+Green+Blue) = 173+7+13=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD070D is #52F8F2. Grayscale: #393939. Windows color (decimal): -5437683 or 853933. OLE color: 853933.

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

Color convert

RGB 173 7 13 -
CMYK 0 0.96 0.92 0.32
HSL 357.83º 0.92% 0.35% -
HSV(B) 357.83º 0.96% 0.68% -
XYZ 17.38 9.07 1.21 -
YUV 57.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 173 7 13 0 0.96 0.92 0.32 357.83 0.92 0.35
Hex AD 7 D 0 60 5C 20 166 5C 23
Octal 255 7 15 0 140 134 40 546 134 43
Binary 10101101 111 1101 0 1100000 1011100 100000 101100110 1011100 100011

Color Harmonies of #AD070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD070D

Black with #AD070D

Text Example


Text Example

White with #AD070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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