Shades of Medium Carmine #AF4630
Tints of Medium Carmine #AF4630
RGB
CMYK
RGB Variations
Color information
#AF4630 (or 0xAF4630) is known color: Medium Carmine. HEX triplet: AF, 46 and 30. RGB value is (175,70,48). Sum of RGB (Red+Green+Blue) = 175+70+48=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4630 is #50B9CF. Grayscale: #636363. Windows color (decimal): -5290448 or 3163823. OLE color: 3163823.
HSL color Cylindrical-coordinate representation of color #AF4630: hue angle of 10.39º 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 #AF4630 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 48 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.31 |
| HSL | 10.39º | 0.57% | 0.44% | - |
| HSV(B) | 10.39º | 0.73% | 0.69% | - |
| XYZ | 20.4 | 13.71 | 4.37 | - |
| YUV | 98.89 | 99.29 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 48 | 0 | 0.60 | 0.73 | 0.31 | 10.39 | 0.57 | 0.44 |
| Hex | AF | 46 | 30 | 0 | 3C | 49 | 1F | A | 39 | 2C |
| Octal | 257 | 106 | 60 | 0 | 74 | 111 | 37 | 12 | 71 | 54 |
| Binary | 10101111 | 1000110 | 110000 | 0 | 111100 | 1001001 | 11111 | 1010 | 111001 | 101100 |
Color Harmonies of #AF4630
Complementary color
Monochromatic Colors of #AF4630
Black with #AF4630
Text Example
Text Example
White with #AF4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4630; }
p { color: rgb(175,70,48); }
H1.HeaderClassName
{
color: #AF4630;
}
.AnyTagClassName
{
color: #AF4630;
}
</style>
background-color css
<style>
a { background-color: #AF4630; }
a { background-color: rgb(175,70,48); }
div.DivClassName
{
background-color: #AF4630;
}
.BgClassName
{
background-color: #AF4630;
}
</style>
border-color css
<style>
span { border-color: #AF4630; }
span { border-color: rgb(175,70,48); }
td.TdClassName
{
border-color: #AF4630;
}
.TagClassName
{
border-color: #AF4630;
}
</style>