Shades of Medium Carmine #AF422D
Tints of Medium Carmine #AF422D
RGB
CMYK
RGB Variations
Color information
#AF422D (or 0xAF422D) is known color: Medium Carmine. HEX triplet: AF, 42 and 2D. RGB value is (175,66,45). Sum of RGB (Red+Green+Blue) = 175+66+45=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF422D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF422D is #50BDD2. Grayscale: #606060. Windows color (decimal): -5291475 or 2966191. OLE color: 2966191.
HSL color Cylindrical-coordinate representation of color #AF422D: hue angle of 9.69º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF422D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 45 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.31 |
| HSL | 9.69º | 0.59% | 0.43% | - |
| HSV(B) | 9.69º | 0.74% | 0.69% | - |
| XYZ | 20.1 | 13.2 | 3.97 | - |
| YUV | 96.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 45 | 0 | 0.62 | 0.74 | 0.31 | 9.69 | 0.59 | 0.43 |
| Hex | AF | 42 | 2D | 0 | 3E | 4A | 1F | A | 3B | 2B |
| Octal | 257 | 102 | 55 | 0 | 76 | 112 | 37 | 12 | 73 | 53 |
| Binary | 10101111 | 1000010 | 101101 | 0 | 111110 | 1001010 | 11111 | 1010 | 111011 | 101011 |
Color Harmonies of #AF422D
Complementary color
Monochromatic Colors of #AF422D
Black with #AF422D
Text Example
Text Example
White with #AF422D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF422D; }
p { color: rgb(175,66,45); }
H1.HeaderClassName
{
color: #AF422D;
}
.AnyTagClassName
{
color: #AF422D;
}
</style>
background-color css
<style>
a { background-color: #AF422D; }
a { background-color: rgb(175,66,45); }
div.DivClassName
{
background-color: #AF422D;
}
.BgClassName
{
background-color: #AF422D;
}
</style>
border-color css
<style>
span { border-color: #AF422D; }
span { border-color: rgb(175,66,45); }
td.TdClassName
{
border-color: #AF422D;
}
.TagClassName
{
border-color: #AF422D;
}
</style>