#AD1125

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

Shades of Carmine #AD1125

Tints of Carmine #AD1125

Color information

#AD1125 (or 0xAD1125) is unknown color: approx Carmine. HEX triplet: AD, 11 and 25. RGB value is (173,17,37). Sum of RGB (Red+Green+Blue) = 173+17+37=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1125 is #52EEDA. Grayscale: #424242. Windows color (decimal): -5435099 or 2429357. OLE color: 2429357.

HSL color Cylindrical-coordinate representation of color #AD1125: hue angle of 352.31º 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 #AD1125 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1731737-
CMYK00.900.790.32
HSL352.31º82.11%37.25%-
HSV(B)352.31º90.17%67.84%-
XYZ17.779.422.63-
YUV65.92111.68204.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.21%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=76.21%
G=7.49%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173173700.900.790.32352.3182.1137.25
HexAD112505A4F201605225
Octal255214501321174054012245
Binary10101101100011001010101101010011111000001011000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1125; }

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

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

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

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

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

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

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

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