Html Css Color HEX #AD1220 Carmine

📋 copy color: '#AD1220'

red 173 ◦ green 18 ◦ blue 32

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

Shades of Carmine #AD1220

Tints of Carmine #AD1220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

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

R = 77.58%
G = 8.07%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD1220 (or 0xAD1220) is known color: Carmine. HEX triplet: AD, 12 and 20. RGB value is (173,18,32). Sum of RGB (Red+Green+Blue) = 173+18+32=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1220 is #52EDDF. Grayscale: #424242. Windows color (decimal): -5434848 or 2101933. OLE color: 2101933.

HSL color Cylindrical-coordinate representation of color #AD1220: hue angle of 354.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1220 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 32 -
CMYK 0 0.90 0.82 0.32
HSL 354.58º 0.81% 0.37% -
HSV(B) 354.58º 0.9% 0.68% -
XYZ 17.71 9.42 2.25 -
YUV 65.94 108.85 204.36 -
System Red Green Blue C M Y K H S L
Decimal 173 18 32 0 0.90 0.82 0.32 354.58 0.81 0.37
Hex AD 12 20 0 5A 52 20 163 51 25
Octal 255 22 40 0 132 122 40 543 121 45
Binary 10101101 10010 100000 0 1011010 1010010 100000 101100011 1010001 100101

Color Harmonies of #AD1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1220

Black with #AD1220

Text Example


Text Example

White with #AD1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1220; }

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

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

background-color css

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

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

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

border-color css

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

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

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