Html Css Color HEX #AD0A19 Carmine

📋 copy color: '#AD0A19'

red 173 ◦ green 10 ◦ blue 25

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

Shades of Carmine #AD0A19

Tints of Carmine #AD0A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 83.17%
G = 4.81%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD0A19 (or 0xAD0A19) is known color: Carmine. HEX triplet: AD, 0A and 19. RGB value is (173,10,25). Sum of RGB (Red+Green+Blue) = 173+10+25=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A19 is #52F5E6. Grayscale: #3C3C3C. Windows color (decimal): -5436903 or 1641133. OLE color: 1641133.

HSL color Cylindrical-coordinate representation of color #AD0A19: hue angle of 354.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A19 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 10 25 -
CMYK 0 0.94 0.86 0.32
HSL 354.48º 0.89% 0.36% -
HSV(B) 354.48º 0.94% 0.68% -
XYZ 17.52 9.17 1.77 -
YUV 60.45 108 208.28 -
System Red Green Blue C M Y K H S L
Decimal 173 10 25 0 0.94 0.86 0.32 354.48 0.89 0.36
Hex AD A 19 0 5E 56 20 162 59 24
Octal 255 12 31 0 136 126 40 542 131 44
Binary 10101101 1010 11001 0 1011110 1010110 100000 101100010 1011001 100100

Color Harmonies of #AD0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A19

Black with #AD0A19

Text Example


Text Example

White with #AD0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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