Shades of Cardinal #AF1330
Tints of Cardinal #AF1330
RGB
CMYK
RGB Variations
Color information
#AF1330 (or 0xAF1330) is known color: Cardinal. HEX triplet: AF, 13 and 30. RGB value is (175,19,48). Sum of RGB (Red+Green+Blue) = 175+19+48=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1330 is #50ECCF. Grayscale: #444444. Windows color (decimal): -5303504 or 3150767. OLE color: 3150767.
HSL color Cylindrical-coordinate representation of color #AF1330: hue angle of 348.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1330 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 48 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.31 |
| HSL | 348.85º | 0.8% | 0.38% | - |
| HSV(B) | 348.85º | 0.89% | 0.69% | - |
| XYZ | 18.45 | 9.79 | 3.71 | - |
| YUV | 68.95 | 116.18 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 48 | 0 | 0.89 | 0.73 | 0.31 | 348.85 | 0.8 | 0.38 |
| Hex | AF | 13 | 30 | 0 | 59 | 49 | 1F | 15D | 50 | 26 |
| Octal | 257 | 23 | 60 | 0 | 131 | 111 | 37 | 535 | 120 | 46 |
| Binary | 10101111 | 10011 | 110000 | 0 | 1011001 | 1001001 | 11111 | 101011101 | 1010000 | 100110 |
Color Harmonies of #AF1330
Complementary color
Monochromatic Colors of #AF1330
Black with #AF1330
Text Example
Text Example
White with #AF1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1330; }
p { color: rgb(175,19,48); }
H1.HeaderClassName
{
color: #AF1330;
}
.AnyTagClassName
{
color: #AF1330;
}
</style>
background-color css
<style>
a { background-color: #AF1330; }
a { background-color: rgb(175,19,48); }
div.DivClassName
{
background-color: #AF1330;
}
.BgClassName
{
background-color: #AF1330;
}
</style>
border-color css
<style>
span { border-color: #AF1330; }
span { border-color: rgb(175,19,48); }
td.TdClassName
{
border-color: #AF1330;
}
.TagClassName
{
border-color: #AF1330;
}
</style>