Shades of Medium Carmine #AD433F
Tints of Medium Carmine #AD433F
RGB
CMYK
RGB Variations
Color information
#AD433F (or 0xAD433F) is known color: Medium Carmine. HEX triplet: AD, 43 and 3F. RGB value is (173,67,63). Sum of RGB (Red+Green+Blue) = 173+67+63=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD433F is #52BCC0. Grayscale: #626262. Windows color (decimal): -5422273 or 4146093. OLE color: 4146093.
HSL color Cylindrical-coordinate representation of color #AD433F: hue angle of 2.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD433F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 63 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.32 |
| HSL | 2.18º | 0.47% | 0.46% | - |
| HSV(B) | 2.18º | 0.64% | 0.68% | - |
| XYZ | 20.14 | 13.26 | 6.2 | - |
| YUV | 98.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 63 | 0 | 0.61 | 0.64 | 0.32 | 2.18 | 0.47 | 0.46 |
| Hex | AD | 43 | 3F | 0 | 3D | 40 | 20 | 2 | 2F | 2E |
| Octal | 255 | 103 | 77 | 0 | 75 | 100 | 40 | 2 | 57 | 56 |
| Binary | 10101101 | 1000011 | 111111 | 0 | 111101 | 1000000 | 100000 | 10 | 101111 | 101110 |
Color Harmonies of #AD433F
Complementary color
Monochromatic Colors of #AD433F
Black with #AD433F
Text Example
Text Example
White with #AD433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD433F; }
p { color: rgb(173,67,63); }
H1.HeaderClassName
{
color: #AD433F;
}
.AnyTagClassName
{
color: #AD433F;
}
</style>
background-color css
<style>
a { background-color: #AD433F; }
a { background-color: rgb(173,67,63); }
div.DivClassName
{
background-color: #AD433F;
}
.BgClassName
{
background-color: #AD433F;
}
</style>
border-color css
<style>
span { border-color: #AD433F; }
span { border-color: rgb(173,67,63); }
td.TdClassName
{
border-color: #AD433F;
}
.TagClassName
{
border-color: #AD433F;
}
</style>