Shades of Medium Carmine #AF433F
Tints of Medium Carmine #AF433F
RGB
CMYK
RGB Variations
Color information
#AF433F (or 0xAF433F) is known color: Medium Carmine. HEX triplet: AF, 43 and 3F. RGB value is (175,67,63). Sum of RGB (Red+Green+Blue) = 175+67+63=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433F is #50BCC0. Grayscale: #626262. Windows color (decimal): -5291201 or 4146095. OLE color: 4146095.
HSL color Cylindrical-coordinate representation of color #AF433F: hue angle of 2.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF433F is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 63 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.31 |
| HSL | 2.14º | 0.47% | 0.47% | - |
| HSV(B) | 2.14º | 0.64% | 0.69% | - |
| XYZ | 20.58 | 13.49 | 6.22 | - |
| YUV | 98.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 63 | 0 | 0.62 | 0.64 | 0.31 | 2.14 | 0.47 | 0.47 |
| Hex | AF | 43 | 3F | 0 | 3E | 40 | 1F | 2 | 2F | 2F |
| Octal | 257 | 103 | 77 | 0 | 76 | 100 | 37 | 2 | 57 | 57 |
| Binary | 10101111 | 1000011 | 111111 | 0 | 111110 | 1000000 | 11111 | 10 | 101111 | 101111 |
Color Harmonies of #AF433F
Complementary color
Monochromatic Colors of #AF433F
Black with #AF433F
Text Example
Text Example
White with #AF433F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF433F; }
p { color: rgb(175,67,63); }
H1.HeaderClassName
{
color: #AF433F;
}
.AnyTagClassName
{
color: #AF433F;
}
</style>
background-color css
<style>
a { background-color: #AF433F; }
a { background-color: rgb(175,67,63); }
div.DivClassName
{
background-color: #AF433F;
}
.BgClassName
{
background-color: #AF433F;
}
</style>
border-color css
<style>
span { border-color: #AF433F; }
span { border-color: rgb(175,67,63); }
td.TdClassName
{
border-color: #AF433F;
}
.TagClassName
{
border-color: #AF433F;
}
</style>