Shades of Medium Carmine #AF432B
Tints of Medium Carmine #AF432B
RGB
CMYK
RGB Variations
Color information
#AF432B (or 0xAF432B) is known color: Medium Carmine. HEX triplet: AF, 43 and 2B. RGB value is (175,67,43). Sum of RGB (Red+Green+Blue) = 175+67+43=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF432B is #50BCD4. Grayscale: #606060. Windows color (decimal): -5291221 or 2835375. OLE color: 2835375.
HSL color Cylindrical-coordinate representation of color #AF432B: hue angle of 10.91º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF432B is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 43 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.31 |
| HSL | 10.91º | 0.61% | 0.43% | - |
| HSV(B) | 10.91º | 0.75% | 0.69% | - |
| XYZ | 20.12 | 13.3 | 3.79 | - |
| YUV | 96.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 43 | 0 | 0.62 | 0.75 | 0.31 | 10.91 | 0.61 | 0.43 |
| Hex | AF | 43 | 2B | 0 | 3E | 4B | 1F | B | 3D | 2B |
| Octal | 257 | 103 | 53 | 0 | 76 | 113 | 37 | 13 | 75 | 53 |
| Binary | 10101111 | 1000011 | 101011 | 0 | 111110 | 1001011 | 11111 | 1011 | 111101 | 101011 |
Color Harmonies of #AF432B
Complementary color
Monochromatic Colors of #AF432B
Black with #AF432B
Text Example
Text Example
White with #AF432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF432B; }
p { color: rgb(175,67,43); }
H1.HeaderClassName
{
color: #AF432B;
}
.AnyTagClassName
{
color: #AF432B;
}
</style>
background-color css
<style>
a { background-color: #AF432B; }
a { background-color: rgb(175,67,43); }
div.DivClassName
{
background-color: #AF432B;
}
.BgClassName
{
background-color: #AF432B;
}
</style>
border-color css
<style>
span { border-color: #AF432B; }
span { border-color: rgb(175,67,43); }
td.TdClassName
{
border-color: #AF432B;
}
.TagClassName
{
border-color: #AF432B;
}
</style>