Shades of Carmine #AD0925
Tints of Carmine #AD0925
RGB
CMYK
RGB Variations
Color information
#AD0925 (or 0xAD0925) is known color: Carmine. HEX triplet: AD, 09 and 25. RGB value is (173,9,37). Sum of RGB (Red+Green+Blue) = 173+9+37=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0925 is #52F6DA. Grayscale: #3D3D3D. Windows color (decimal): -5437147 or 2427309. OLE color: 2427309.
HSL color Cylindrical-coordinate representation of color #AD0925: hue angle of 349.76º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0925 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 37 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.32 |
| HSL | 349.76º | 0.9% | 0.36% | - |
| HSV(B) | 349.76º | 0.95% | 0.68% | - |
| XYZ | 17.67 | 9.21 | 2.6 | - |
| YUV | 61.23 | 114.33 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 37 | 0 | 0.95 | 0.79 | 0.32 | 349.76 | 0.9 | 0.36 |
| Hex | AD | 9 | 25 | 0 | 5F | 4F | 20 | 15E | 5A | 24 |
| Octal | 255 | 11 | 45 | 0 | 137 | 117 | 40 | 536 | 132 | 44 |
| Binary | 10101101 | 1001 | 100101 | 0 | 1011111 | 1001111 | 100000 | 101011110 | 1011010 | 100100 |
Color Harmonies of #AD0925
Complementary color
Monochromatic Colors of #AD0925
Black with #AD0925
Text Example
Text Example
White with #AD0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0925; }
p { color: rgb(173,9,37); }
H1.HeaderClassName
{
color: #AD0925;
}
.AnyTagClassName
{
color: #AD0925;
}
</style>
background-color css
<style>
a { background-color: #AD0925; }
a { background-color: rgb(173,9,37); }
div.DivClassName
{
background-color: #AD0925;
}
.BgClassName
{
background-color: #AD0925;
}
</style>
border-color css
<style>
span { border-color: #AD0925; }
span { border-color: rgb(173,9,37); }
td.TdClassName
{
border-color: #AD0925;
}
.TagClassName
{
border-color: #AD0925;
}
</style>