#AD1126

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

Shades of Carmine #AD1126

Tints of Carmine #AD1126

Color information

#AD1126 (or 0xAD1126) is unknown color: approx Carmine. HEX triplet: AD, 11 and 26. RGB value is (173,17,38). Sum of RGB (Red+Green+Blue) = 173+17+38=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1126 is #52EED9. Grayscale: #424242. Windows color (decimal): -5435098 or 2494893. OLE color: 2494893.

HSL color Cylindrical-coordinate representation of color #AD1126: hue angle of 351.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1126 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB1731738-
CMYK00.900.780.32
HSL351.92º82.11%37.25%-
HSV(B)351.92º90.17%67.84%-
XYZ17.789.432.72-
YUV66.04112.18204.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 75.88%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=75.88%
G=7.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173800.900.780.32351.9282.1137.25
HexAD112605A4E201605225
Octal255214601321164054012245
Binary10101101100011001100101101010011101000001011000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1126; }

 p { color: rgb(173,17,38); }

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

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

 a { background-color: rgb(173,17,38); }

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

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

 span { border-color: rgb(173,17,38); }

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