Shades of Carmine #AF0823
Tints of Carmine #AF0823
RGB
CMYK
RGB Variations
Color information
#AF0823 (or 0xAF0823) is known color: Carmine. HEX triplet: AF, 08 and 23. RGB value is (175,8,35). Sum of RGB (Red+Green+Blue) = 175+8+35=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0823 is #50F7DC. Grayscale: #3D3D3D. Windows color (decimal): -5306333 or 2295983. OLE color: 2295983.
HSL color Cylindrical-coordinate representation of color #AF0823: hue angle of 350.3º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0823 is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 35 | - |
| CMYK | 0 | 0.95 | 0.8 | 0.31 |
| HSL | 350.3º | 0.91% | 0.36% | - |
| HSV(B) | 350.3º | 0.95% | 0.69% | - |
| XYZ | 18.07 | 9.41 | 2.45 | - |
| YUV | 61.01 | 113.33 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 35 | 0 | 0.95 | 0.8 | 0.31 | 350.3 | 0.91 | 0.36 |
| Hex | AF | 8 | 23 | 0 | 5F | 50 | 1F | 15E | 5B | 24 |
| Octal | 257 | 10 | 43 | 0 | 137 | 120 | 37 | 536 | 133 | 44 |
| Binary | 10101111 | 1000 | 100011 | 0 | 1011111 | 1010000 | 11111 | 101011110 | 1011011 | 100100 |
Color Harmonies of #AF0823
Complementary color
Monochromatic Colors of #AF0823
Black with #AF0823
Text Example
Text Example
White with #AF0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0823; }
p { color: rgb(175,8,35); }
H1.HeaderClassName
{
color: #AF0823;
}
.AnyTagClassName
{
color: #AF0823;
}
</style>
background-color css
<style>
a { background-color: #AF0823; }
a { background-color: rgb(175,8,35); }
div.DivClassName
{
background-color: #AF0823;
}
.BgClassName
{
background-color: #AF0823;
}
</style>
border-color css
<style>
span { border-color: #AF0823; }
span { border-color: rgb(175,8,35); }
td.TdClassName
{
border-color: #AF0823;
}
.TagClassName
{
border-color: #AF0823;
}
</style>