#AD4138

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

Shades of Medium Carmine #AD4138

Tints of Medium Carmine #AD4138

Color information

#AD4138 (or 0xAD4138) is unknown color: approx Medium Carmine. HEX triplet: AD, 41 and 38. RGB value is (173,65,56). Sum of RGB (Red+Green+Blue) = 173+65+56=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4138 is #52BEC7. Grayscale: #606060. Windows color (decimal): -5422792 or 3686829. OLE color: 3686829.

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

Color convert

RGB1736556-
CMYK00.620.680.32
HSL4.62º51.09%44.9%-
HSV(B)4.62º67.63%67.84%-
XYZ19.8412.955.2-
YUV96.27105.28182.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.84%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=58.84%
G=22.11%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173655600.620.680.324.6251.0944.9
HexAD413803E44205332d
Octal255101700761044056355
Binary10101101100000111100001111101000100100000101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4138; }

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

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

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

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

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

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

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

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