Shades of Medium Carmine #AF4230
Tints of Medium Carmine #AF4230
RGB
CMYK
RGB Variations
Color information
#AF4230 (or 0xAF4230) is known color: Medium Carmine. HEX triplet: AF, 42 and 30. RGB value is (175,66,48). Sum of RGB (Red+Green+Blue) = 175+66+48=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4230 is #50BDCF. Grayscale: #606060. Windows color (decimal): -5291472 or 3162799. OLE color: 3162799.
HSL color Cylindrical-coordinate representation of color #AF4230: hue angle of 8.5º 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 #AF4230 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 48 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.31 |
| HSL | 8.5º | 0.57% | 0.44% | - |
| HSV(B) | 8.5º | 0.73% | 0.69% | - |
| XYZ | 20.16 | 13.22 | 4.29 | - |
| YUV | 96.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 48 | 0 | 0.62 | 0.73 | 0.31 | 8.5 | 0.57 | 0.44 |
| Hex | AF | 42 | 30 | 0 | 3E | 49 | 1F | 9 | 39 | 2C |
| Octal | 257 | 102 | 60 | 0 | 76 | 111 | 37 | 11 | 71 | 54 |
| Binary | 10101111 | 1000010 | 110000 | 0 | 111110 | 1001001 | 11111 | 1001 | 111001 | 101100 |
Color Harmonies of #AF4230
Complementary color
Monochromatic Colors of #AF4230
Black with #AF4230
Text Example
Text Example
White with #AF4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4230; }
p { color: rgb(175,66,48); }
H1.HeaderClassName
{
color: #AF4230;
}
.AnyTagClassName
{
color: #AF4230;
}
</style>
background-color css
<style>
a { background-color: #AF4230; }
a { background-color: rgb(175,66,48); }
div.DivClassName
{
background-color: #AF4230;
}
.BgClassName
{
background-color: #AF4230;
}
</style>
border-color css
<style>
span { border-color: #AF4230; }
span { border-color: rgb(175,66,48); }
td.TdClassName
{
border-color: #AF4230;
}
.TagClassName
{
border-color: #AF4230;
}
</style>