Html Css Color HEX #AD010C Sangria

📋 copy color: '#AD010C'

red 173 ◦ green 1 ◦ blue 12

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

Shades of Sangria #AD010C

Tints of Sangria #AD010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 12 (5.08% from 255) = 6.45%

R = 93.01%
G = 0.54%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD010C (or 0xAD010C) is known color: Sangria. HEX triplet: AD, 01 and 0C. RGB value is (173,1,12). Sum of RGB (Red+Green+Blue) = 173+1+12=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD010C is #52FEF3. Grayscale: #353535. Windows color (decimal): -5439220 or 786861. OLE color: 786861.

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

Color convert

RGB 173 1 12 -
CMYK 0 0.99 0.93 0.32
HSL 356.16º 0.99% 0.34% -
HSV(B) 356.16º 0.99% 0.68% -
XYZ 17.31 8.93 1.16 -
YUV 53.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 173 1 12 0 0.99 0.93 0.32 356.16 0.99 0.34
Hex AD 1 C 0 63 5D 20 164 63 22
Octal 255 1 14 0 143 135 40 544 143 42
Binary 10101101 1 1100 0 1100011 1011101 100000 101100100 1100011 100010

Color Harmonies of #AD010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD010C

Black with #AD010C

Text Example


Text Example

White with #AD010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD010C; }

 p { color: rgb(173,1,12); }

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

background-color css

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

 a { background-color: rgb(173,1,12); }

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

border-color css

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

 span { border-color: rgb(173,1,12); }

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