Shades of Medium Carmine #AF433E
Tints of Medium Carmine #AF433E
RGB
CMYK
RGB Variations
Color information
#AF433E (or 0xAF433E) is known color: Medium Carmine. HEX triplet: AF, 43 and 3E. RGB value is (175,67,62). Sum of RGB (Red+Green+Blue) = 175+67+62=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433E is #50BCC1. Grayscale: #626262. Windows color (decimal): -5291202 or 4080559. OLE color: 4080559.
HSL color Cylindrical-coordinate representation of color #AF433E: hue angle of 2.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF433E is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 62 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.31 |
| HSL | 2.65º | 0.48% | 0.46% | - |
| HSV(B) | 2.65º | 0.65% | 0.69% | - |
| XYZ | 20.56 | 13.48 | 6.08 | - |
| YUV | 98.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 62 | 0 | 0.62 | 0.65 | 0.31 | 2.65 | 0.48 | 0.46 |
| Hex | AF | 43 | 3E | 0 | 3E | 41 | 1F | 3 | 30 | 2E |
| Octal | 257 | 103 | 76 | 0 | 76 | 101 | 37 | 3 | 60 | 56 |
| Binary | 10101111 | 1000011 | 111110 | 0 | 111110 | 1000001 | 11111 | 11 | 110000 | 101110 |
Color Harmonies of #AF433E
Complementary color
Monochromatic Colors of #AF433E
Black with #AF433E
Text Example
Text Example
White with #AF433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF433E; }
p { color: rgb(175,67,62); }
H1.HeaderClassName
{
color: #AF433E;
}
.AnyTagClassName
{
color: #AF433E;
}
</style>
background-color css
<style>
a { background-color: #AF433E; }
a { background-color: rgb(175,67,62); }
div.DivClassName
{
background-color: #AF433E;
}
.BgClassName
{
background-color: #AF433E;
}
</style>
border-color css
<style>
span { border-color: #AF433E; }
span { border-color: rgb(175,67,62); }
td.TdClassName
{
border-color: #AF433E;
}
.TagClassName
{
border-color: #AF433E;
}
</style>