Html Css Color HEX #AD080C Sangria

📋 copy color: '#AD080C'

red 173 ◦ green 8 ◦ blue 12

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

Shades of Sangria #AD080C

Tints of Sangria #AD080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 89.64%
G = 4.15%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD080C (or 0xAD080C) is known color: Sangria. HEX triplet: AD, 08 and 0C. RGB value is (173,8,12). Sum of RGB (Red+Green+Blue) = 173+8+12=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD080C is #52F7F3. Grayscale: #393939. Windows color (decimal): -5437428 or 788653. OLE color: 788653.

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

Color convert

RGB 173 8 12 -
CMYK 0 0.95 0.93 0.32
HSL 358.55º 0.91% 0.35% -
HSV(B) 358.55º 0.95% 0.68% -
XYZ 17.39 9.08 1.18 -
YUV 57.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 173 8 12 0 0.95 0.93 0.32 358.55 0.91 0.35
Hex AD 8 C 0 5F 5D 20 167 5B 23
Octal 255 10 14 0 137 135 40 547 133 43
Binary 10101101 1000 1100 0 1011111 1011101 100000 101100111 1011011 100011

Color Harmonies of #AD080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD080C

Black with #AD080C

Text Example


Text Example

White with #AD080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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