#AD0018

Color #AD0018 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AD0018

Tints of Carmine #AD0018

Color information

#AD0018 (or 0xAD0018) is unknown color: approx 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

RGB173024-
CMYK010.860.32
HSL351.68º100%33.92%-
HSV(B)351.68º100%67.84%-
XYZ17.48.951.67-
YUV54.46110.81212.55-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173024010.860.32351.6810033.92
HexAD01806456201606422
Octal25503001441264054014442
Binary101011010110000110010010101101000001011000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>