Shades of Medium Carmine #AF3A23
Tints of Medium Carmine #AF3A23
RGB
CMYK
RGB Variations
Color information
#AF3A23 (or 0xAF3A23) is known color: Medium Carmine. HEX triplet: AF, 3A and 23. RGB value is (175,58,35). Sum of RGB (Red+Green+Blue) = 175+58+35=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A23 is #50C5DC. Grayscale: #5A5A5A. Windows color (decimal): -5293533 or 2308783. OLE color: 2308783.
HSL color Cylindrical-coordinate representation of color #AF3A23: hue angle of 9.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF3A23 is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 35 | - |
| CMYK | 0 | 0.67 | 0.8 | 0.31 |
| HSL | 9.86º | 0.67% | 0.41% | - |
| HSV(B) | 9.86º | 0.8% | 0.69% | - |
| XYZ | 19.5 | 12.26 | 2.93 | - |
| YUV | 90.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 35 | 0 | 0.67 | 0.8 | 0.31 | 9.86 | 0.67 | 0.41 |
| Hex | AF | 3A | 23 | 0 | 43 | 50 | 1F | A | 43 | 29 |
| Octal | 257 | 72 | 43 | 0 | 103 | 120 | 37 | 12 | 103 | 51 |
| Binary | 10101111 | 111010 | 100011 | 0 | 1000011 | 1010000 | 11111 | 1010 | 1000011 | 101001 |
Color Harmonies of #AF3A23
Complementary color
Monochromatic Colors of #AF3A23
Black with #AF3A23
Text Example
Text Example
White with #AF3A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A23; }
p { color: rgb(175,58,35); }
H1.HeaderClassName
{
color: #AF3A23;
}
.AnyTagClassName
{
color: #AF3A23;
}
</style>
background-color css
<style>
a { background-color: #AF3A23; }
a { background-color: rgb(175,58,35); }
div.DivClassName
{
background-color: #AF3A23;
}
.BgClassName
{
background-color: #AF3A23;
}
</style>
border-color css
<style>
span { border-color: #AF3A23; }
span { border-color: rgb(175,58,35); }
td.TdClassName
{
border-color: #AF3A23;
}
.TagClassName
{
border-color: #AF3A23;
}
</style>