Shades of Carmine #AF0321
Tints of Carmine #AF0321
RGB
CMYK
RGB Variations
Color information
#AF0321 (or 0xAF0321) is known color: Carmine. HEX triplet: AF, 03 and 21. RGB value is (175,3,33). Sum of RGB (Red+Green+Blue) = 175+3+33=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0321 is #50FCDE. Grayscale: #393939. Windows color (decimal): -5307615 or 2163631. OLE color: 2163631.
HSL color Cylindrical-coordinate representation of color #AF0321: hue angle of 349.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0321 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 33 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.31 |
| HSL | 349.53º | 0.97% | 0.35% | - |
| HSV(B) | 349.53º | 0.98% | 0.69% | - |
| XYZ | 17.99 | 9.29 | 2.28 | - |
| YUV | 57.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 33 | 0 | 0.98 | 0.81 | 0.31 | 349.53 | 0.97 | 0.35 |
| Hex | AF | 3 | 21 | 0 | 62 | 51 | 1F | 15E | 61 | 23 |
| Octal | 257 | 3 | 41 | 0 | 142 | 121 | 37 | 536 | 141 | 43 |
| Binary | 10101111 | 11 | 100001 | 0 | 1100010 | 1010001 | 11111 | 101011110 | 1100001 | 100011 |
Color Harmonies of #AF0321
Complementary color
Monochromatic Colors of #AF0321
Black with #AF0321
Text Example
Text Example
White with #AF0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0321; }
p { color: rgb(175,3,33); }
H1.HeaderClassName
{
color: #AF0321;
}
.AnyTagClassName
{
color: #AF0321;
}
</style>
background-color css
<style>
a { background-color: #AF0321; }
a { background-color: rgb(175,3,33); }
div.DivClassName
{
background-color: #AF0321;
}
.BgClassName
{
background-color: #AF0321;
}
</style>
border-color css
<style>
span { border-color: #AF0321; }
span { border-color: rgb(175,3,33); }
td.TdClassName
{
border-color: #AF0321;
}
.TagClassName
{
border-color: #AF0321;
}
</style>