Shades of Medium Carmine #AF433D
Tints of Medium Carmine #AF433D
RGB
CMYK
RGB Variations
Color information
#AF433D (or 0xAF433D) is known color: Medium Carmine. HEX triplet: AF, 43 and 3D. RGB value is (175,67,61). Sum of RGB (Red+Green+Blue) = 175+67+61=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF433D is #50BCC2. Grayscale: #626262. Windows color (decimal): -5291203 or 4015023. OLE color: 4015023.
HSL color Cylindrical-coordinate representation of color #AF433D: hue angle of 3.16º 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 #AF433D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 67 | 61 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.31 |
| HSL | 3.16º | 0.48% | 0.46% | - |
| HSV(B) | 3.16º | 0.65% | 0.69% | - |
| XYZ | 20.53 | 13.47 | 5.93 | - |
| YUV | 98.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 67 | 61 | 0 | 0.62 | 0.65 | 0.31 | 3.16 | 0.48 | 0.46 |
| Hex | AF | 43 | 3D | 0 | 3E | 41 | 1F | 3 | 30 | 2E |
| Octal | 257 | 103 | 75 | 0 | 76 | 101 | 37 | 3 | 60 | 56 |
| Binary | 10101111 | 1000011 | 111101 | 0 | 111110 | 1000001 | 11111 | 11 | 110000 | 101110 |
Color Harmonies of #AF433D
Complementary color
Monochromatic Colors of #AF433D
Black with #AF433D
Text Example
Text Example
White with #AF433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF433D; }
p { color: rgb(175,67,61); }
H1.HeaderClassName
{
color: #AF433D;
}
.AnyTagClassName
{
color: #AF433D;
}
</style>
background-color css
<style>
a { background-color: #AF433D; }
a { background-color: rgb(175,67,61); }
div.DivClassName
{
background-color: #AF433D;
}
.BgClassName
{
background-color: #AF433D;
}
</style>
border-color css
<style>
span { border-color: #AF433D; }
span { border-color: rgb(175,67,61); }
td.TdClassName
{
border-color: #AF433D;
}
.TagClassName
{
border-color: #AF433D;
}
</style>