Shades of Medium Carmine #AF3430
Tints of Medium Carmine #AF3430
RGB
CMYK
RGB Variations
Color information
#AF3430 (or 0xAF3430) is known color: Medium Carmine. HEX triplet: AF, 34 and 30. RGB value is (175,52,48). Sum of RGB (Red+Green+Blue) = 175+52+48=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3430 is #50CBCF. Grayscale: #585858. Windows color (decimal): -5295056 or 3159215. OLE color: 3159215.
HSL color Cylindrical-coordinate representation of color #AF3430: hue angle of 1.89º 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 #AF3430 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 48 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.31 |
| HSL | 1.89º | 0.57% | 0.44% | - |
| HSV(B) | 1.89º | 0.73% | 0.69% | - |
| XYZ | 19.44 | 11.78 | 4.05 | - |
| YUV | 88.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 48 | 0 | 0.70 | 0.73 | 0.31 | 1.89 | 0.57 | 0.44 |
| Hex | AF | 34 | 30 | 0 | 46 | 49 | 1F | 2 | 39 | 2C |
| Octal | 257 | 64 | 60 | 0 | 106 | 111 | 37 | 2 | 71 | 54 |
| Binary | 10101111 | 110100 | 110000 | 0 | 1000110 | 1001001 | 11111 | 10 | 111001 | 101100 |
Color Harmonies of #AF3430
Complementary color
Monochromatic Colors of #AF3430
Black with #AF3430
Text Example
Text Example
White with #AF3430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3430; }
p { color: rgb(175,52,48); }
H1.HeaderClassName
{
color: #AF3430;
}
.AnyTagClassName
{
color: #AF3430;
}
</style>
background-color css
<style>
a { background-color: #AF3430; }
a { background-color: rgb(175,52,48); }
div.DivClassName
{
background-color: #AF3430;
}
.BgClassName
{
background-color: #AF3430;
}
</style>
border-color css
<style>
span { border-color: #AF3430; }
span { border-color: rgb(175,52,48); }
td.TdClassName
{
border-color: #AF3430;
}
.TagClassName
{
border-color: #AF3430;
}
</style>