#AD1324

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

Shades of Carmine #AD1324

Tints of Carmine #AD1324

Color information

#AD1324 (or 0xAD1324) is unknown color: approx Carmine. HEX triplet: AD, 13 and 24. RGB value is (173,19,36). Sum of RGB (Red+Green+Blue) = 173+19+36=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1324 is #52ECDB. Grayscale: #434343. Windows color (decimal): -5434588 or 2364333. OLE color: 2364333.

HSL color Cylindrical-coordinate representation of color #AD1324: hue angle of 353.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1324 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1731936-
CMYK00.890.790.32
HSL353.38º80.21%37.65%-
HSV(B)353.38º89.02%67.84%-
XYZ17.789.482.56-
YUV66.98110.52203.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.88%
GREEN value IS 19 (7.81% from 255) = 8.33%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=75.88%
G=8.33%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173193600.890.790.32353.3880.2137.65
HexAD13240594F201615026
Octal255234401311174054112046
Binary10101101100111001000101100110011111000001011000011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1324; }

 p { color: rgb(173,19,36); }

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

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

 a { background-color: rgb(173,19,36); }

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

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

 span { border-color: rgb(173,19,36); }

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