Html Css Color HEX #AD0215 Carmine

📋 copy color: '#AD0215'

red 173 ◦ green 2 ◦ blue 21

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

Shades of Carmine #AD0215

Tints of Carmine #AD0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 88.27%
G = 1.02%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD0215 (or 0xAD0215) is known color: Carmine. HEX triplet: AD, 02 and 15. RGB value is (173,2,21). Sum of RGB (Red+Green+Blue) = 173+2+21=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0215 is #52FDEA. Grayscale: #373737. Windows color (decimal): -5438955 or 1376941. OLE color: 1376941.

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

Color convert

RGB 173 2 21 -
CMYK 0 0.99 0.88 0.32
HSL 353.33º 0.98% 0.34% -
HSV(B) 353.33º 0.99% 0.68% -
XYZ 17.39 8.98 1.53 -
YUV 55.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 173 2 21 0 0.99 0.88 0.32 353.33 0.98 0.34
Hex AD 2 15 0 63 58 20 161 62 22
Octal 255 2 25 0 143 130 40 541 142 42
Binary 10101101 10 10101 0 1100011 1011000 100000 101100001 1100010 100010

Color Harmonies of #AD0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0215

Black with #AD0215

Text Example


Text Example

White with #AD0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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