Html Css Color HEX #AD030A Sangria

📋 copy color: '#AD030A'

red 173 ◦ green 3 ◦ blue 10

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

Shades of Sangria #AD030A

Tints of Sangria #AD030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.38%

R = 93.01%
G = 1.61%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD030A (or 0xAD030A) is known color: Sangria. HEX triplet: AD, 03 and 0A. RGB value is (173,3,10). Sum of RGB (Red+Green+Blue) = 173+3+10=186 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.01% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 173 - color contains mainly: red. Hex color #AD030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD030A is #52FCF5. Grayscale: #363636. Windows color (decimal): -5438710 or 656301. OLE color: 656301.

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

Color convert

RGB 173 3 10 -
CMYK 0 0.98 0.94 0.32
HSL 357.53º 0.97% 0.35% -
HSV(B) 357.53º 0.98% 0.68% -
XYZ 17.32 8.97 1.11 -
YUV 54.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 173 3 10 0 0.98 0.94 0.32 357.53 0.97 0.35
Hex AD 3 A 0 62 5E 20 166 61 23
Octal 255 3 12 0 142 136 40 546 141 43
Binary 10101101 11 1010 0 1100010 1011110 100000 101100110 1100001 100011

Color Harmonies of #AD030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD030A

Black with #AD030A

Text Example


Text Example

White with #AD030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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