Shades of Medium Carmine #AD433A
Tints of Medium Carmine #AD433A
RGB
CMYK
RGB Variations
Color information
#AD433A (or 0xAD433A) is known color: Medium Carmine. HEX triplet: AD, 43 and 3A. RGB value is (173,67,58). Sum of RGB (Red+Green+Blue) = 173+67+58=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD433A is #52BCC5. Grayscale: #616161. Windows color (decimal): -5422278 or 3818413. OLE color: 3818413.
HSL color Cylindrical-coordinate representation of color #AD433A: hue angle of 4.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD433A is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 58 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.32 |
| HSL | 4.7º | 0.5% | 0.45% | - |
| HSV(B) | 4.7º | 0.66% | 0.68% | - |
| XYZ | 20 | 13.2 | 5.5 | - |
| YUV | 97.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 58 | 0 | 0.61 | 0.66 | 0.32 | 4.7 | 0.5 | 0.45 |
| Hex | AD | 43 | 3A | 0 | 3D | 42 | 20 | 5 | 32 | 2D |
| Octal | 255 | 103 | 72 | 0 | 75 | 102 | 40 | 5 | 62 | 55 |
| Binary | 10101101 | 1000011 | 111010 | 0 | 111101 | 1000010 | 100000 | 101 | 110010 | 101101 |
Color Harmonies of #AD433A
Complementary color
Monochromatic Colors of #AD433A
Black with #AD433A
Text Example
Text Example
White with #AD433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD433A; }
p { color: rgb(173,67,58); }
H1.HeaderClassName
{
color: #AD433A;
}
.AnyTagClassName
{
color: #AD433A;
}
</style>
background-color css
<style>
a { background-color: #AD433A; }
a { background-color: rgb(173,67,58); }
div.DivClassName
{
background-color: #AD433A;
}
.BgClassName
{
background-color: #AD433A;
}
</style>
border-color css
<style>
span { border-color: #AD433A; }
span { border-color: rgb(173,67,58); }
td.TdClassName
{
border-color: #AD433A;
}
.TagClassName
{
border-color: #AD433A;
}
</style>