Shades of Medium Carmine #AF3A30
Tints of Medium Carmine #AF3A30
RGB
CMYK
RGB Variations
Color information
#AF3A30 (or 0xAF3A30) is known color: Medium Carmine. HEX triplet: AF, 3A and 30. RGB value is (175,58,48). Sum of RGB (Red+Green+Blue) = 175+58+48=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A30 is #50C5CF. Grayscale: #5C5C5C. Windows color (decimal): -5293520 or 3160751. OLE color: 3160751.
HSL color Cylindrical-coordinate representation of color #AF3A30: hue angle of 4.72º 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 #AF3A30 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 48 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.31 |
| HSL | 4.72º | 0.57% | 0.44% | - |
| HSV(B) | 4.72º | 0.73% | 0.69% | - |
| XYZ | 19.73 | 12.35 | 4.14 | - |
| YUV | 91.84 | 103.26 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 48 | 0 | 0.67 | 0.73 | 0.31 | 4.72 | 0.57 | 0.44 |
| Hex | AF | 3A | 30 | 0 | 43 | 49 | 1F | 5 | 39 | 2C |
| Octal | 257 | 72 | 60 | 0 | 103 | 111 | 37 | 5 | 71 | 54 |
| Binary | 10101111 | 111010 | 110000 | 0 | 1000011 | 1001001 | 11111 | 101 | 111001 | 101100 |
Color Harmonies of #AF3A30
Complementary color
Monochromatic Colors of #AF3A30
Black with #AF3A30
Text Example
Text Example
White with #AF3A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A30; }
p { color: rgb(175,58,48); }
H1.HeaderClassName
{
color: #AF3A30;
}
.AnyTagClassName
{
color: #AF3A30;
}
</style>
background-color css
<style>
a { background-color: #AF3A30; }
a { background-color: rgb(175,58,48); }
div.DivClassName
{
background-color: #AF3A30;
}
.BgClassName
{
background-color: #AF3A30;
}
</style>
border-color css
<style>
span { border-color: #AF3A30; }
span { border-color: rgb(175,58,48); }
td.TdClassName
{
border-color: #AF3A30;
}
.TagClassName
{
border-color: #AF3A30;
}
</style>