Shades of Carmine #A30F18
Tints of Carmine #A30F18
RGB
CMYK
RGB Variations
Color information
#A30F18 (or 0xA30F18) is known color: Carmine. HEX triplet: A3, 0F and 18. RGB value is (163,15,24). Sum of RGB (Red+Green+Blue) = 163+15+24=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F18 is #5CF0E7. Grayscale: #3C3C3C. Windows color (decimal): -6090984 or 1576867. OLE color: 1576867.
HSL color Cylindrical-coordinate representation of color #A30F18: hue angle of 356.35º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30F18 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 15 | 24 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.36 |
| HSL | 356.35º | 0.83% | 0.35% | - |
| HSV(B) | 356.35º | 0.91% | 0.64% | - |
| XYZ | 15.44 | 8.19 | 1.63 | - |
| YUV | 60.28 | 107.53 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 15 | 24 | 0 | 0.91 | 0.85 | 0.36 | 356.35 | 0.83 | 0.35 |
| Hex | A3 | F | 18 | 0 | 5B | 55 | 24 | 164 | 53 | 23 |
| Octal | 243 | 17 | 30 | 0 | 133 | 125 | 44 | 544 | 123 | 43 |
| Binary | 10100011 | 1111 | 11000 | 0 | 1011011 | 1010101 | 100100 | 101100100 | 1010011 | 100011 |
Color Harmonies of #A30F18
Complementary color
Monochromatic Colors of #A30F18
Black with #A30F18
Text Example
Text Example
White with #A30F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30F18; }
p { color: rgb(163,15,24); }
H1.HeaderClassName
{
color: #A30F18;
}
.AnyTagClassName
{
color: #A30F18;
}
</style>
background-color css
<style>
a { background-color: #A30F18; }
a { background-color: rgb(163,15,24); }
div.DivClassName
{
background-color: #A30F18;
}
.BgClassName
{
background-color: #A30F18;
}
</style>
border-color css
<style>
span { border-color: #A30F18; }
span { border-color: rgb(163,15,24); }
td.TdClassName
{
border-color: #A30F18;
}
.TagClassName
{
border-color: #A30F18;
}
</style>