Html Css Color HEX #AD0A20 Carmine

📋 copy color: '#AD0A20'

red 173 ◦ green 10 ◦ blue 32

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

Shades of Carmine #AD0A20

Tints of Carmine #AD0A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 80.47%
G = 4.65%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD0A20 (or 0xAD0A20) is known color: Carmine. HEX triplet: AD, 0A and 20. RGB value is (173,10,32). Sum of RGB (Red+Green+Blue) = 173+10+32=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A20 is #52F5DF. Grayscale: #3D3D3D. Windows color (decimal): -5436896 or 2099885. OLE color: 2099885.

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

Color convert

RGB 173 10 32 -
CMYK 0 0.94 0.82 0.32
HSL 351.9º 0.89% 0.36% -
HSV(B) 351.9º 0.94% 0.68% -
XYZ 17.6 9.21 2.22 -
YUV 61.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 173 10 32 0 0.94 0.82 0.32 351.9 0.89 0.36
Hex AD A 20 0 5E 52 20 160 59 24
Octal 255 12 40 0 136 122 40 540 131 44
Binary 10101101 1010 100000 0 1011110 1010010 100000 101100000 1011001 100100

Color Harmonies of #AD0A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A20

Black with #AD0A20

Text Example


Text Example

White with #AD0A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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