Shades of Medium Carmine #AF3A32
Tints of Medium Carmine #AF3A32
RGB
CMYK
RGB Variations
Color information
#AF3A32 (or 0xAF3A32) is known color: Medium Carmine. HEX triplet: AF, 3A and 32. RGB value is (175,58,50). Sum of RGB (Red+Green+Blue) = 175+58+50=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A32 is #50C5CD. Grayscale: #5C5C5C. Windows color (decimal): -5293518 or 3291823. OLE color: 3291823.
HSL color Cylindrical-coordinate representation of color #AF3A32: hue angle of 3.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3A32 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 50 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.31 |
| HSL | 3.84º | 0.56% | 0.44% | - |
| HSV(B) | 3.84º | 0.71% | 0.69% | - |
| XYZ | 19.77 | 12.37 | 4.36 | - |
| YUV | 92.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 50 | 0 | 0.67 | 0.71 | 0.31 | 3.84 | 0.56 | 0.44 |
| Hex | AF | 3A | 32 | 0 | 43 | 47 | 1F | 4 | 38 | 2C |
| Octal | 257 | 72 | 62 | 0 | 103 | 107 | 37 | 4 | 70 | 54 |
| Binary | 10101111 | 111010 | 110010 | 0 | 1000011 | 1000111 | 11111 | 100 | 111000 | 101100 |
Color Harmonies of #AF3A32
Complementary color
Monochromatic Colors of #AF3A32
Black with #AF3A32
Text Example
Text Example
White with #AF3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A32; }
p { color: rgb(175,58,50); }
H1.HeaderClassName
{
color: #AF3A32;
}
.AnyTagClassName
{
color: #AF3A32;
}
</style>
background-color css
<style>
a { background-color: #AF3A32; }
a { background-color: rgb(175,58,50); }
div.DivClassName
{
background-color: #AF3A32;
}
.BgClassName
{
background-color: #AF3A32;
}
</style>
border-color css
<style>
span { border-color: #AF3A32; }
span { border-color: rgb(175,58,50); }
td.TdClassName
{
border-color: #AF3A32;
}
.TagClassName
{
border-color: #AF3A32;
}
</style>