Html Css Color HEX #AD021C Carmine

📋 copy color: '#AD021C'

red 173 ◦ green 2 ◦ blue 28

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

Shades of Carmine #AD021C

Tints of Carmine #AD021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 28 (11.33% from 255) = 13.79%

R = 85.22%
G = 0.99%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD021C (or 0xAD021C) is known color: Carmine. HEX triplet: AD, 02 and 1C. RGB value is (173,2,28). Sum of RGB (Red+Green+Blue) = 173+2+28=203 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.22% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 173 - color contains mainly: red. Hex color #AD021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD021C is #52FDE3. Grayscale: #383838. Windows color (decimal): -5438948 or 1835693. OLE color: 1835693.

HSL color Cylindrical-coordinate representation of color #AD021C: hue angle of 350.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD021C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 2 28 -
CMYK 0 0.99 0.84 0.32
HSL 350.88º 0.98% 0.34% -
HSV(B) 350.88º 0.99% 0.68% -
XYZ 17.46 9.01 1.92 -
YUV 56.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 173 2 28 0 0.99 0.84 0.32 350.88 0.98 0.34
Hex AD 2 1C 0 63 54 20 15F 62 22
Octal 255 2 34 0 143 124 40 537 142 42
Binary 10101101 10 11100 0 1100011 1010100 100000 101011111 1100010 100010

Color Harmonies of #AD021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD021C

Black with #AD021C

Text Example


Text Example

White with #AD021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD021C; }

 p { color: rgb(173,2,28); }

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

background-color css

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

 a { background-color: rgb(173,2,28); }

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

border-color css

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

 span { border-color: rgb(173,2,28); }

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