Html Css Color HEX #AD021E Carmine

📋 copy color: '#AD021E'

red 173 ◦ green 2 ◦ blue 30

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

Shades of Carmine #AD021E

Tints of Carmine #AD021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.63%

R = 84.39%
G = 0.98%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD021E (or 0xAD021E) is known color: Carmine. HEX triplet: AD, 02 and 1E. RGB value is (173,2,30). Sum of RGB (Red+Green+Blue) = 173+2+30=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD021E is #52FDE1. Grayscale: #383838. Windows color (decimal): -5438946 or 1966765. OLE color: 1966765.

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

Color convert

RGB 173 2 30 -
CMYK 0 0.99 0.83 0.32
HSL 350.18º 0.98% 0.34% -
HSV(B) 350.18º 0.99% 0.68% -
XYZ 17.49 9.02 2.05 -
YUV 56.32 113.15 211.22 -
System Red Green Blue C M Y K H S L
Decimal 173 2 30 0 0.99 0.83 0.32 350.18 0.98 0.34
Hex AD 2 1E 0 63 53 20 15E 62 22
Octal 255 2 36 0 143 123 40 536 142 42
Binary 10101101 10 11110 0 1100011 1010011 100000 101011110 1100010 100010

Color Harmonies of #AD021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD021E

Black with #AD021E

Text Example


Text Example

White with #AD021E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD021E; }

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

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

background-color css

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

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

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

border-color css

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

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

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