Shades of Medium Carmine #AF433B
Tints of Medium Carmine #AF433B
RGB
CMYK
RGB Variations
Color information
#AF433B (or 0xAF433B) is known color: Medium Carmine. HEX triplet: AF, 43 and 3B. RGB value is (175,67,59). Sum of RGB (Red+Green+Blue) = 175+67+59=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433B is #50BCC4. Grayscale: #626262. Windows color (decimal): -5291205 or 3883951. OLE color: 3883951.
HSL color Cylindrical-coordinate representation of color #AF433B: hue angle of 4.14º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF433B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 59 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.31 |
| HSL | 4.14º | 0.5% | 0.46% | - |
| HSV(B) | 4.14º | 0.66% | 0.69% | - |
| XYZ | 20.48 | 13.44 | 5.65 | - |
| YUV | 98.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 59 | 0 | 0.62 | 0.66 | 0.31 | 4.14 | 0.5 | 0.46 |
| Hex | AF | 43 | 3B | 0 | 3E | 42 | 1F | 4 | 32 | 2E |
| Octal | 257 | 103 | 73 | 0 | 76 | 102 | 37 | 4 | 62 | 56 |
| Binary | 10101111 | 1000011 | 111011 | 0 | 111110 | 1000010 | 11111 | 100 | 110010 | 101110 |
Color Harmonies of #AF433B
Complementary color
Monochromatic Colors of #AF433B
Black with #AF433B
Text Example
Text Example
White with #AF433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF433B; }
p { color: rgb(175,67,59); }
H1.HeaderClassName
{
color: #AF433B;
}
.AnyTagClassName
{
color: #AF433B;
}
</style>
background-color css
<style>
a { background-color: #AF433B; }
a { background-color: rgb(175,67,59); }
div.DivClassName
{
background-color: #AF433B;
}
.BgClassName
{
background-color: #AF433B;
}
</style>
border-color css
<style>
span { border-color: #AF433B; }
span { border-color: rgb(175,67,59); }
td.TdClassName
{
border-color: #AF433B;
}
.TagClassName
{
border-color: #AF433B;
}
</style>