#AD412A

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

Shades of Medium Carmine #AD412A

Tints of Medium Carmine #AD412A

Color information

#AD412A (or 0xAD412A) is unknown color: approx Medium Carmine. HEX triplet: AD, 41 and 2A. RGB value is (173,65,42). Sum of RGB (Red+Green+Blue) = 173+65+42=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD412A is #52BED5. Grayscale: #5E5E5E. Windows color (decimal): -5422806 or 2769325. OLE color: 2769325.

HSL color Cylindrical-coordinate representation of color #AD412A: hue angle of 10.53º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD412A is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB1736542-
CMYK00.620.760.32
HSL10.53º60.93%42.16%-
HSV(B)10.53º75.72%67.84%-
XYZ19.5412.833.64-
YUV94.6798.28183.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.79%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 42 (16.80% from 255) = 15%
R=61.79%
G=23.21%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173654200.620.760.3210.5360.9342.16
HexAD412A03E4C20b3d2a
Octal2551015207611440137552
Binary101011011000001101010011111010011001000001011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD412A; }

 p { color: rgb(173,65,42); }

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

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

 a { background-color: rgb(173,65,42); }

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

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

 span { border-color: rgb(173,65,42); }

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