Html Css Color HEX #AD021A Carmine

📋 copy color: '#AD021A'

red 173 ◦ green 2 ◦ blue 26

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

Shades of Carmine #AD021A

Tints of Carmine #AD021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.94%

R = 86.07%
G = 1%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD021A (or 0xAD021A) is known color: Carmine. HEX triplet: AD, 02 and 1A. RGB value is (173,2,26). Sum of RGB (Red+Green+Blue) = 173+2+26=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD021A is #52FDE5. Grayscale: #373737. Windows color (decimal): -5438950 or 1704621. OLE color: 1704621.

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

Color convert

RGB 173 2 26 -
CMYK 0 0.99 0.85 0.32
HSL 351.58º 0.98% 0.34% -
HSV(B) 351.58º 0.99% 0.68% -
XYZ 17.44 9 1.8 -
YUV 55.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 173 2 26 0 0.99 0.85 0.32 351.58 0.98 0.34
Hex AD 2 1A 0 63 55 20 160 62 22
Octal 255 2 32 0 143 125 40 540 142 42
Binary 10101101 10 11010 0 1100011 1010101 100000 101100000 1100010 100010

Color Harmonies of #AD021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD021A

Black with #AD021A

Text Example


Text Example

White with #AD021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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