Html Css Color HEX #AD0212 Carmine

📋 copy color: '#AD0212'

red 173 ◦ green 2 ◦ blue 18

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

Shades of Carmine #AD0212

Tints of Carmine #AD0212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.33%

R = 89.64%
G = 1.04%
B = 9.33%

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

#AD0212 (or 0xAD0212) is known color: Carmine. HEX triplet: AD, 02 and 12. RGB value is (173,2,18). Sum of RGB (Red+Green+Blue) = 173+2+18=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0212 is #52FDED. Grayscale: #373737. Windows color (decimal): -5438958 or 1180333. OLE color: 1180333.

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

Color convert

RGB 173 2 18 -
CMYK 0 0.99 0.90 0.32
HSL 354.39º 0.98% 0.34% -
HSV(B) 354.39º 0.99% 0.68% -
XYZ 17.36 8.97 1.39 -
YUV 54.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 173 2 18 0 0.99 0.90 0.32 354.39 0.98 0.34
Hex AD 2 12 0 63 5A 20 162 62 22
Octal 255 2 22 0 143 132 40 542 142 42
Binary 10101101 10 10010 0 1100011 1011010 100000 101100010 1100010 100010

Color Harmonies of #AD0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0212

Black with #AD0212

Text Example


Text Example

White with #AD0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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