Shades of Carmine #AF0330
Tints of Carmine #AF0330
RGB
CMYK
RGB Variations
Color information
#AF0330 (or 0xAF0330) is known color: Carmine. HEX triplet: AF, 03 and 30. RGB value is (175,3,48). Sum of RGB (Red+Green+Blue) = 175+3+48=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0330 is #50FCCF. Grayscale: #3B3B3B. Windows color (decimal): -5307600 or 3146671. OLE color: 3146671.
HSL color Cylindrical-coordinate representation of color #AF0330: hue angle of 344.3º 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 #AF0330 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.31 |
| HSL | 344.3º | 0.97% | 0.35% | - |
| HSV(B) | 344.3º | 0.98% | 0.69% | - |
| XYZ | 18.25 | 9.39 | 3.65 | - |
| YUV | 59.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 48 | 0 | 0.98 | 0.73 | 0.31 | 344.3 | 0.97 | 0.35 |
| Hex | AF | 3 | 30 | 0 | 62 | 49 | 1F | 158 | 61 | 23 |
| Octal | 257 | 3 | 60 | 0 | 142 | 111 | 37 | 530 | 141 | 43 |
| Binary | 10101111 | 11 | 110000 | 0 | 1100010 | 1001001 | 11111 | 101011000 | 1100001 | 100011 |
Color Harmonies of #AF0330
Complementary color
Monochromatic Colors of #AF0330
Black with #AF0330
Text Example
Text Example
White with #AF0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0330; }
p { color: rgb(175,3,48); }
H1.HeaderClassName
{
color: #AF0330;
}
.AnyTagClassName
{
color: #AF0330;
}
</style>
background-color css
<style>
a { background-color: #AF0330; }
a { background-color: rgb(175,3,48); }
div.DivClassName
{
background-color: #AF0330;
}
.BgClassName
{
background-color: #AF0330;
}
</style>
border-color css
<style>
span { border-color: #AF0330; }
span { border-color: rgb(175,3,48); }
td.TdClassName
{
border-color: #AF0330;
}
.TagClassName
{
border-color: #AF0330;
}
</style>