Shades of Medium Carmine #AF423D
Tints of Medium Carmine #AF423D
RGB
CMYK
RGB Variations
Color information
#AF423D (or 0xAF423D) is known color: Medium Carmine. HEX triplet: AF, 42 and 3D. RGB value is (175,66,61). Sum of RGB (Red+Green+Blue) = 175+66+61=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF423D is #50BDC2. Grayscale: #626262. Windows color (decimal): -5291459 or 4014767. OLE color: 4014767.
HSL color Cylindrical-coordinate representation of color #AF423D: hue angle of 2.63º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF423D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 61 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.31 |
| HSL | 2.63º | 0.48% | 0.46% | - |
| HSV(B) | 2.63º | 0.65% | 0.69% | - |
| XYZ | 20.47 | 13.35 | 5.91 | - |
| YUV | 98.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 61 | 0 | 0.62 | 0.65 | 0.31 | 2.63 | 0.48 | 0.46 |
| Hex | AF | 42 | 3D | 0 | 3E | 41 | 1F | 3 | 30 | 2E |
| Octal | 257 | 102 | 75 | 0 | 76 | 101 | 37 | 3 | 60 | 56 |
| Binary | 10101111 | 1000010 | 111101 | 0 | 111110 | 1000001 | 11111 | 11 | 110000 | 101110 |
Color Harmonies of #AF423D
Complementary color
Monochromatic Colors of #AF423D
Black with #AF423D
Text Example
Text Example
White with #AF423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF423D; }
p { color: rgb(175,66,61); }
H1.HeaderClassName
{
color: #AF423D;
}
.AnyTagClassName
{
color: #AF423D;
}
</style>
background-color css
<style>
a { background-color: #AF423D; }
a { background-color: rgb(175,66,61); }
div.DivClassName
{
background-color: #AF423D;
}
.BgClassName
{
background-color: #AF423D;
}
</style>
border-color css
<style>
span { border-color: #AF423D; }
span { border-color: rgb(175,66,61); }
td.TdClassName
{
border-color: #AF423D;
}
.TagClassName
{
border-color: #AF423D;
}
</style>