Html Css Color HEX #AD0520 Carmine

📋 copy color: '#AD0520'

red 173 ◦ green 5 ◦ blue 32

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

Shades of Carmine #AD0520

Tints of Carmine #AD0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 82.38%
G = 2.38%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD0520 (or 0xAD0520) is known color: Carmine. HEX triplet: AD, 05 and 20. RGB value is (173,5,32). Sum of RGB (Red+Green+Blue) = 173+5+32=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0520 is #52FADF. Grayscale: #3A3A3A. Windows color (decimal): -5438176 or 2098605. OLE color: 2098605.

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

Color convert

RGB 173 5 32 -
CMYK 0 0.97 0.82 0.32
HSL 350.36º 0.94% 0.35% -
HSV(B) 350.36º 0.97% 0.68% -
XYZ 17.55 9.1 2.2 -
YUV 58.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 173 5 32 0 0.97 0.82 0.32 350.36 0.94 0.35
Hex AD 5 20 0 61 52 20 15E 5E 23
Octal 255 5 40 0 141 122 40 536 136 43
Binary 10101101 101 100000 0 1100001 1010010 100000 101011110 1011110 100011

Color Harmonies of #AD0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0520

Black with #AD0520

Text Example


Text Example

White with #AD0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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