Html Css Color HEX #AD0015 Carmine

📋 copy color: '#AD0015'

red 173 ◦ green 0 ◦ blue 21

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

Shades of Carmine #AD0015

Tints of Carmine #AD0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.18%
G = 0%
B = 10.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD0015 (or 0xAD0015) is known color: Carmine. HEX triplet: AD, 00 and 15. RGB value is (173,0,21). Sum of RGB (Red+Green+Blue) = 173+0+21=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0015 is #52FFEA. Grayscale: #363636. Windows color (decimal): -5439467 or 1376429. OLE color: 1376429.

HSL color Cylindrical-coordinate representation of color #AD0015: hue angle of 352.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0015 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 0 21 -
CMYK 0 1 0.88 0.32
HSL 352.72º 1% 0.34% -
HSV(B) 352.72º 1% 0.68% -
XYZ 17.37 8.94 1.52 -
YUV 54.12 109.31 212.79 -
System Red Green Blue C M Y K H S L
Decimal 173 0 21 0 1 0.88 0.32 352.72 1 0.34
Hex AD 0 15 0 64 58 20 161 64 22
Octal 255 0 25 0 144 130 40 541 144 42
Binary 10101101 0 10101 0 1100100 1011000 100000 101100001 1100100 100010

Color Harmonies of #AD0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0015

Black with #AD0015

Text Example


Text Example

White with #AD0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0015; }

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

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

background-color css

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

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

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

border-color css

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

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

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