Shades of Medium Carmine #AF3823
Tints of Medium Carmine #AF3823
RGB
CMYK
RGB Variations
Color information
#AF3823 (or 0xAF3823) is known color: Medium Carmine. HEX triplet: AF, 38 and 23. RGB value is (175,56,35). Sum of RGB (Red+Green+Blue) = 175+56+35=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3823 is #50C7DC. Grayscale: #595959. Windows color (decimal): -5294045 or 2308271. OLE color: 2308271.
HSL color Cylindrical-coordinate representation of color #AF3823: hue angle of 9º 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 #AF3823 is Cyan = 0, Magento = 0.68, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 56 | 35 | - |
| CMYK | 0 | 0.68 | 0.8 | 0.31 |
| HSL | 9º | 0.67% | 0.41% | - |
| HSV(B) | 9º | 0.8% | 0.69% | - |
| XYZ | 19.4 | 12.06 | 2.9 | - |
| YUV | 89.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 56 | 35 | 0 | 0.68 | 0.8 | 0.31 | 9 | 0.67 | 0.41 |
| Hex | AF | 38 | 23 | 0 | 44 | 50 | 1F | 9 | 43 | 29 |
| Octal | 257 | 70 | 43 | 0 | 104 | 120 | 37 | 11 | 103 | 51 |
| Binary | 10101111 | 111000 | 100011 | 0 | 1000100 | 1010000 | 11111 | 1001 | 1000011 | 101001 |
Color Harmonies of #AF3823
Complementary color
Monochromatic Colors of #AF3823
Black with #AF3823
Text Example
Text Example
White with #AF3823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3823; }
p { color: rgb(175,56,35); }
H1.HeaderClassName
{
color: #AF3823;
}
.AnyTagClassName
{
color: #AF3823;
}
</style>
background-color css
<style>
a { background-color: #AF3823; }
a { background-color: rgb(175,56,35); }
div.DivClassName
{
background-color: #AF3823;
}
.BgClassName
{
background-color: #AF3823;
}
</style>
border-color css
<style>
span { border-color: #AF3823; }
span { border-color: rgb(175,56,35); }
td.TdClassName
{
border-color: #AF3823;
}
.TagClassName
{
border-color: #AF3823;
}
</style>