#AD041C

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

Shades of Carmine #AD041C

Tints of Carmine #AD041C

Color information

#AD041C (or 0xAD041C) is unknown color: approx Carmine. HEX triplet: AD, 04 and 1C. RGB value is (173,4,28). Sum of RGB (Red+Green+Blue) = 173+4+28=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD041C is #52FBE3. Grayscale: #393939. Windows color (decimal): -5438436 or 1836205. OLE color: 1836205.

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

Color convert

RGB173428-
CMYK00.980.840.32
HSL351.48º95.48%34.71%-
HSV(B)351.48º97.69%67.84%-
XYZ17.499.051.92-
YUV57.27111.49210.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 84.39%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=84.39%
G=1.95%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17342800.980.840.32351.4895.4834.71
HexAD41C062542015f5f23
Octal25543401421244053713743
Binary10101101100111000110001010101001000001010111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD041C; }

 p { color: rgb(173,4,28); }

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

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

 a { background-color: rgb(173,4,28); }

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

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

 span { border-color: rgb(173,4,28); }

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