Html Css Color HEX #AD0211 Carmine

📋 copy color: '#AD0211'

red 173 ◦ green 2 ◦ blue 17

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

Shades of Carmine #AD0211

Tints of Carmine #AD0211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.85%

R = 90.1%
G = 1.04%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD0211 (or 0xAD0211) is known color: Carmine. HEX triplet: AD, 02 and 11. RGB value is (173,2,17). Sum of RGB (Red+Green+Blue) = 173+2+17=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 17 (7.03% from 255 or 8.85% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0211 is #52FDEE. Grayscale: #363636. Windows color (decimal): -5438959 or 1114797. OLE color: 1114797.

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

Color convert

RGB 173 2 17 -
CMYK 0 0.99 0.90 0.32
HSL 354.74º 0.98% 0.34% -
HSV(B) 354.74º 0.99% 0.68% -
XYZ 17.36 8.97 1.35 -
YUV 54.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 173 2 17 0 0.99 0.90 0.32 354.74 0.98 0.34
Hex AD 2 11 0 63 5A 20 163 62 22
Octal 255 2 21 0 143 132 40 543 142 42
Binary 10101101 10 10001 0 1100011 1011010 100000 101100011 1100010 100010

Color Harmonies of #AD0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0211

Black with #AD0211

Text Example


Text Example

White with #AD0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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