#AD0514

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

Shades of Carmine #AD0514

Tints of Carmine #AD0514

Color information

#AD0514 (or 0xAD0514) is unknown color: approx Carmine. HEX triplet: AD, 05 and 14. RGB value is (173,5,20). Sum of RGB (Red+Green+Blue) = 173+5+20=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0514 is #52FAEB. Grayscale: #393939. Windows color (decimal): -5438188 or 1312173. OLE color: 1312173.

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

Color convert

RGB173520-
CMYK00.970.880.32
HSL354.64º94.38%34.9%-
HSV(B)354.64º97.11%67.84%-
XYZ17.419.041.49-
YUV56.94107.16210.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 87.37%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=87.37%
G=2.53%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17352000.970.880.32354.6494.3834.9
HexAD51406158201635e23
Octal25552401411304054313643
Binary10101101101101000110000110110001000001011000111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0514; }

 p { color: rgb(173,5,20); }

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

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

 a { background-color: rgb(173,5,20); }

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

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

 span { border-color: rgb(173,5,20); }

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