#AD1024

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

Shades of Carmine #AD1024

Tints of Carmine #AD1024

Color information

#AD1024 (or 0xAD1024) is unknown color: approx Carmine. HEX triplet: AD, 10 and 24. RGB value is (173,16,36). Sum of RGB (Red+Green+Blue) = 173+16+36=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1024 is #52EFDB. Grayscale: #414141. Windows color (decimal): -5435356 or 2363565. OLE color: 2363565.

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

Color convert

RGB1731636-
CMYK00.910.790.32
HSL352.36º83.07%37.06%-
HSV(B)352.36º90.75%67.84%-
XYZ17.749.382.55-
YUV65.22111.51204.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 76.89%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 36 (14.45% from 255) = 16%
R=76.89%
G=7.11%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173163600.910.790.32352.3683.0737.06
HexAD102405B4F201605325
Octal255204401331174054012345
Binary10101101100001001000101101110011111000001011000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD1024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD1024; }

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

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

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

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

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

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

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

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