Html Css Color HEX #AD0620 Carmine

📋 copy color: '#AD0620'

red 173 ◦ green 6 ◦ blue 32

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

Shades of Carmine #AD0620

Tints of Carmine #AD0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.84%

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

R = 81.99%
G = 2.84%
B = 15.17%

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

#AD0620 (or 0xAD0620) is known color: Carmine. HEX triplet: AD, 06 and 20. RGB value is (173,6,32). Sum of RGB (Red+Green+Blue) = 173+6+32=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0620 is #52F9DF. Grayscale: #3A3A3A. Windows color (decimal): -5437920 or 2098861. OLE color: 2098861.

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

Color convert

RGB 173 6 32 -
CMYK 0 0.97 0.82 0.32
HSL 350.66º 0.93% 0.35% -
HSV(B) 350.66º 0.97% 0.68% -
XYZ 17.56 9.12 2.2 -
YUV 58.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 173 6 32 0 0.97 0.82 0.32 350.66 0.93 0.35
Hex AD 6 20 0 61 52 20 15F 5D 23
Octal 255 6 40 0 141 122 40 537 135 43
Binary 10101101 110 100000 0 1100001 1010010 100000 101011111 1011101 100011

Color Harmonies of #AD0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0620

Black with #AD0620

Text Example


Text Example

White with #AD0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0620; }

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

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

background-color css

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

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

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

border-color css

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

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

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