Shades of Medium Carmine #AF4430
Tints of Medium Carmine #AF4430
RGB
CMYK
RGB Variations
Color information
#AF4430 (or 0xAF4430) is known color: Medium Carmine. HEX triplet: AF, 44 and 30. RGB value is (175,68,48). Sum of RGB (Red+Green+Blue) = 175+68+48=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4430 is #50BBCF. Grayscale: #616161. Windows color (decimal): -5290960 or 3163311. OLE color: 3163311.
HSL color Cylindrical-coordinate representation of color #AF4430: hue angle of 9.45º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF4430 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 48 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.31 |
| HSL | 9.45º | 0.57% | 0.44% | - |
| HSV(B) | 9.45º | 0.73% | 0.69% | - |
| XYZ | 20.28 | 13.46 | 4.33 | - |
| YUV | 97.71 | 99.95 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 48 | 0 | 0.61 | 0.73 | 0.31 | 9.45 | 0.57 | 0.44 |
| Hex | AF | 44 | 30 | 0 | 3D | 49 | 1F | 9 | 39 | 2C |
| Octal | 257 | 104 | 60 | 0 | 75 | 111 | 37 | 11 | 71 | 54 |
| Binary | 10101111 | 1000100 | 110000 | 0 | 111101 | 1001001 | 11111 | 1001 | 111001 | 101100 |
Color Harmonies of #AF4430
Complementary color
Monochromatic Colors of #AF4430
Black with #AF4430
Text Example
Text Example
White with #AF4430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4430; }
p { color: rgb(175,68,48); }
H1.HeaderClassName
{
color: #AF4430;
}
.AnyTagClassName
{
color: #AF4430;
}
</style>
background-color css
<style>
a { background-color: #AF4430; }
a { background-color: rgb(175,68,48); }
div.DivClassName
{
background-color: #AF4430;
}
.BgClassName
{
background-color: #AF4430;
}
</style>
border-color css
<style>
span { border-color: #AF4430; }
span { border-color: rgb(175,68,48); }
td.TdClassName
{
border-color: #AF4430;
}
.TagClassName
{
border-color: #AF4430;
}
</style>