#AD0318

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

Shades of Carmine #AD0318

Tints of Carmine #AD0318

Color information

#AD0318 (or 0xAD0318) is unknown color: approx Carmine. HEX triplet: AD, 03 and 18. RGB value is (173,3,24). Sum of RGB (Red+Green+Blue) = 173+3+24=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0318 is #52FCE7. Grayscale: #383838. Windows color (decimal): -5438696 or 1573805. OLE color: 1573805.

HSL color Cylindrical-coordinate representation of color #AD0318: hue angle of 352.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0318 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB173324-
CMYK00.980.860.32
HSL352.59º96.59%34.51%-
HSV(B)352.59º98.27%67.84%-
XYZ17.439.021.69-
YUV56.22109.82211.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 86.5%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 24 (9.77% from 255) = 12%
R=86.5%
G=1.5%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17332400.980.860.32352.5996.5934.51
HexAD31806256201616123
Octal25533001421264054114143
Binary1010110111110000110001010101101000001011000011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0318; }

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

 H1.HeaderClassName
 {
   color: #AD0318;
 }
 .AnyTagClassName
 {
   color: #AD0318;
 }
</style>
background-color css

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

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

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

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

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

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