Html Css Color HEX #AD030C Sangria

📋 copy color: '#AD030C'

red 173 ◦ green 3 ◦ blue 12

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

Shades of Sangria #AD030C

Tints of Sangria #AD030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 92.02%
G = 1.6%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD030C (or 0xAD030C) is known color: Sangria. HEX triplet: AD, 03 and 0C. RGB value is (173,3,12). Sum of RGB (Red+Green+Blue) = 173+3+12=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD030C is #52FCF3. Grayscale: #363636. Windows color (decimal): -5438708 or 787373. OLE color: 787373.

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

Color convert

RGB 173 3 12 -
CMYK 0 0.98 0.93 0.32
HSL 356.82º 0.97% 0.35% -
HSV(B) 356.82º 0.98% 0.68% -
XYZ 17.33 8.98 1.17 -
YUV 54.86 103.82 212.27 -
System Red Green Blue C M Y K H S L
Decimal 173 3 12 0 0.98 0.93 0.32 356.82 0.97 0.35
Hex AD 3 C 0 62 5D 20 165 61 23
Octal 255 3 14 0 142 135 40 545 141 43
Binary 10101101 11 1100 0 1100010 1011101 100000 101100101 1100001 100011

Color Harmonies of #AD030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD030C

Black with #AD030C

Text Example


Text Example

White with #AD030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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