Shades of Carmine #AF0320
Tints of Carmine #AF0320
RGB
CMYK
RGB Variations
Color information
#AF0320 (or 0xAF0320) is known color: Carmine. HEX triplet: AF, 03 and 20. RGB value is (175,3,32). Sum of RGB (Red+Green+Blue) = 175+3+32=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0320 is #50FCDF. Grayscale: #393939. Windows color (decimal): -5307616 or 2098095. OLE color: 2098095.
HSL color Cylindrical-coordinate representation of color #AF0320: hue angle of 349.88º 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 #AF0320 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.31 |
| HSL | 349.88º | 0.97% | 0.35% | - |
| HSV(B) | 349.88º | 0.98% | 0.69% | - |
| XYZ | 17.97 | 9.28 | 2.21 | - |
| YUV | 57.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 32 | 0 | 0.98 | 0.82 | 0.31 | 349.88 | 0.97 | 0.35 |
| Hex | AF | 3 | 20 | 0 | 62 | 52 | 1F | 15E | 61 | 23 |
| Octal | 257 | 3 | 40 | 0 | 142 | 122 | 37 | 536 | 141 | 43 |
| Binary | 10101111 | 11 | 100000 | 0 | 1100010 | 1010010 | 11111 | 101011110 | 1100001 | 100011 |
Color Harmonies of #AF0320
Complementary color
Monochromatic Colors of #AF0320
Black with #AF0320
Text Example
Text Example
White with #AF0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0320; }
p { color: rgb(175,3,32); }
H1.HeaderClassName
{
color: #AF0320;
}
.AnyTagClassName
{
color: #AF0320;
}
</style>
background-color css
<style>
a { background-color: #AF0320; }
a { background-color: rgb(175,3,32); }
div.DivClassName
{
background-color: #AF0320;
}
.BgClassName
{
background-color: #AF0320;
}
</style>
border-color css
<style>
span { border-color: #AF0320; }
span { border-color: rgb(175,3,32); }
td.TdClassName
{
border-color: #AF0320;
}
.TagClassName
{
border-color: #AF0320;
}
</style>