Html Css Color HEX #AD0018 Carmine

📋 copy color: '#AD0018'

red 173 ◦ green 0 ◦ blue 24

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

Shades of Carmine #AD0018

Tints of Carmine #AD0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.18%

R = 87.82%
G = 0%
B = 12.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD0018 (or 0xAD0018) is known color: Carmine. HEX triplet: AD, 00 and 18. RGB value is (173,0,24). Sum of RGB (Red+Green+Blue) = 173+0+24=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0018 is #52FFE7. Grayscale: #363636. Windows color (decimal): -5439464 or 1573037. OLE color: 1573037.

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

Color convert

RGB 173 0 24 -
CMYK 0 1 0.86 0.32
HSL 351.68º 1% 0.34% -
HSV(B) 351.68º 1% 0.68% -
XYZ 17.4 8.95 1.67 -
YUV 54.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 173 0 24 0 1 0.86 0.32 351.68 1 0.34
Hex AD 0 18 0 64 56 20 160 64 22
Octal 255 0 30 0 144 126 40 540 144 42
Binary 10101101 0 11000 0 1100100 1010110 100000 101100000 1100100 100010

Color Harmonies of #AD0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0018

Black with #AD0018

Text Example


Text Example

White with #AD0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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