Shades of Medium Carmine #AF423C
Tints of Medium Carmine #AF423C
RGB
CMYK
RGB Variations
Color information
#AF423C (or 0xAF423C) is known color: Medium Carmine. HEX triplet: AF, 42 and 3C. RGB value is (175,66,60). Sum of RGB (Red+Green+Blue) = 175+66+60=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF423C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF423C is #50BDC3. Grayscale: #626262. Windows color (decimal): -5291460 or 3949231. OLE color: 3949231.
HSL color Cylindrical-coordinate representation of color #AF423C: hue angle of 3.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF423C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 60 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.31 |
| HSL | 3.13º | 0.49% | 0.46% | - |
| HSV(B) | 3.13º | 0.66% | 0.69% | - |
| XYZ | 20.44 | 13.34 | 5.77 | - |
| YUV | 97.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 60 | 0 | 0.62 | 0.66 | 0.31 | 3.13 | 0.49 | 0.46 |
| Hex | AF | 42 | 3C | 0 | 3E | 42 | 1F | 3 | 31 | 2E |
| Octal | 257 | 102 | 74 | 0 | 76 | 102 | 37 | 3 | 61 | 56 |
| Binary | 10101111 | 1000010 | 111100 | 0 | 111110 | 1000010 | 11111 | 11 | 110001 | 101110 |
Color Harmonies of #AF423C
Complementary color
Monochromatic Colors of #AF423C
Black with #AF423C
Text Example
Text Example
White with #AF423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF423C; }
p { color: rgb(175,66,60); }
H1.HeaderClassName
{
color: #AF423C;
}
.AnyTagClassName
{
color: #AF423C;
}
</style>
background-color css
<style>
a { background-color: #AF423C; }
a { background-color: rgb(175,66,60); }
div.DivClassName
{
background-color: #AF423C;
}
.BgClassName
{
background-color: #AF423C;
}
</style>
border-color css
<style>
span { border-color: #AF423C; }
span { border-color: rgb(175,66,60); }
td.TdClassName
{
border-color: #AF423C;
}
.TagClassName
{
border-color: #AF423C;
}
</style>