Shades of Medium Carmine #AF453D
Tints of Medium Carmine #AF453D
RGB
CMYK
RGB Variations
Color information
#AF453D (or 0xAF453D) is known color: Medium Carmine. HEX triplet: AF, 45 and 3D. RGB value is (175,69,61). Sum of RGB (Red+Green+Blue) = 175+69+61=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF453D is #50BAC2. Grayscale: #636363. Windows color (decimal): -5290691 or 4015535. OLE color: 4015535.
HSL color Cylindrical-coordinate representation of color #AF453D: hue angle of 4.21º 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 #AF453D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 61 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.31 |
| HSL | 4.21º | 0.48% | 0.46% | - |
| HSV(B) | 4.21º | 0.65% | 0.69% | - |
| XYZ | 20.65 | 13.71 | 5.97 | - |
| YUV | 99.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 61 | 0 | 0.61 | 0.65 | 0.31 | 4.21 | 0.48 | 0.46 |
| Hex | AF | 45 | 3D | 0 | 3D | 41 | 1F | 4 | 30 | 2E |
| Octal | 257 | 105 | 75 | 0 | 75 | 101 | 37 | 4 | 60 | 56 |
| Binary | 10101111 | 1000101 | 111101 | 0 | 111101 | 1000001 | 11111 | 100 | 110000 | 101110 |
Color Harmonies of #AF453D
Complementary color
Monochromatic Colors of #AF453D
Black with #AF453D
Text Example
Text Example
White with #AF453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF453D; }
p { color: rgb(175,69,61); }
H1.HeaderClassName
{
color: #AF453D;
}
.AnyTagClassName
{
color: #AF453D;
}
</style>
background-color css
<style>
a { background-color: #AF453D; }
a { background-color: rgb(175,69,61); }
div.DivClassName
{
background-color: #AF453D;
}
.BgClassName
{
background-color: #AF453D;
}
</style>
border-color css
<style>
span { border-color: #AF453D; }
span { border-color: rgb(175,69,61); }
td.TdClassName
{
border-color: #AF453D;
}
.TagClassName
{
border-color: #AF453D;
}
</style>