Shades of Cardinal #AF0A30
Tints of Cardinal #AF0A30
RGB
CMYK
RGB Variations
Color information
#AF0A30 (or 0xAF0A30) is known color: Cardinal. HEX triplet: AF, 0A and 30. RGB value is (175,10,48). Sum of RGB (Red+Green+Blue) = 175+10+48=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A30 is #50F5CF. Grayscale: #3F3F3F. Windows color (decimal): -5305808 or 3148463. OLE color: 3148463.
HSL color Cylindrical-coordinate representation of color #AF0A30: hue angle of 346.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A30 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 48 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.31 |
| HSL | 346.18º | 0.89% | 0.36% | - |
| HSV(B) | 346.18º | 0.94% | 0.69% | - |
| XYZ | 18.32 | 9.54 | 3.67 | - |
| YUV | 63.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 48 | 0 | 0.94 | 0.73 | 0.31 | 346.18 | 0.89 | 0.36 |
| Hex | AF | A | 30 | 0 | 5E | 49 | 1F | 15A | 59 | 24 |
| Octal | 257 | 12 | 60 | 0 | 136 | 111 | 37 | 532 | 131 | 44 |
| Binary | 10101111 | 1010 | 110000 | 0 | 1011110 | 1001001 | 11111 | 101011010 | 1011001 | 100100 |
Color Harmonies of #AF0A30
Complementary color
Monochromatic Colors of #AF0A30
Black with #AF0A30
Text Example
Text Example
White with #AF0A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A30; }
p { color: rgb(175,10,48); }
H1.HeaderClassName
{
color: #AF0A30;
}
.AnyTagClassName
{
color: #AF0A30;
}
</style>
background-color css
<style>
a { background-color: #AF0A30; }
a { background-color: rgb(175,10,48); }
div.DivClassName
{
background-color: #AF0A30;
}
.BgClassName
{
background-color: #AF0A30;
}
</style>
border-color css
<style>
span { border-color: #AF0A30; }
span { border-color: rgb(175,10,48); }
td.TdClassName
{
border-color: #AF0A30;
}
.TagClassName
{
border-color: #AF0A30;
}
</style>