Html Css Color HEX #AD0213 Carmine

📋 copy color: '#AD0213'

red 173 ◦ green 2 ◦ blue 19

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

Shades of Carmine #AD0213

Tints of Carmine #AD0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 89.18%
G = 1.03%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD0213 (or 0xAD0213) is known color: Carmine. HEX triplet: AD, 02 and 13. RGB value is (173,2,19). Sum of RGB (Red+Green+Blue) = 173+2+19=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0213 is #52FDEC. Grayscale: #373737. Windows color (decimal): -5438957 or 1245869. OLE color: 1245869.

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

Color convert

RGB 173 2 19 -
CMYK 0 0.99 0.89 0.32
HSL 354.04º 0.98% 0.34% -
HSV(B) 354.04º 0.99% 0.68% -
XYZ 17.37 8.97 1.43 -
YUV 55.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 173 2 19 0 0.99 0.89 0.32 354.04 0.98 0.34
Hex AD 2 13 0 63 59 20 162 62 22
Octal 255 2 23 0 143 131 40 542 142 42
Binary 10101101 10 10011 0 1100011 1011001 100000 101100010 1100010 100010

Color Harmonies of #AD0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0213

Black with #AD0213

Text Example


Text Example

White with #AD0213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0213; }

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

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

background-color css

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

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

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

border-color css

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

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

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