Shades of Cardinal #AF0D30
Tints of Cardinal #AF0D30
RGB
CMYK
RGB Variations
Color information
#AF0D30 (or 0xAF0D30) is known color: Cardinal. HEX triplet: AF, 0D and 30. RGB value is (175,13,48). Sum of RGB (Red+Green+Blue) = 175+13+48=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D30 is #50F2CF. Grayscale: #414141. Windows color (decimal): -5305040 or 3149231. OLE color: 3149231.
HSL color Cylindrical-coordinate representation of color #AF0D30: hue angle of 347.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D30 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 48 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.31 |
| HSL | 347.04º | 0.86% | 0.37% | - |
| HSV(B) | 347.04º | 0.93% | 0.69% | - |
| XYZ | 18.36 | 9.62 | 3.68 | - |
| YUV | 65.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 48 | 0 | 0.93 | 0.73 | 0.31 | 347.04 | 0.86 | 0.37 |
| Hex | AF | D | 30 | 0 | 5D | 49 | 1F | 15B | 56 | 25 |
| Octal | 257 | 15 | 60 | 0 | 135 | 111 | 37 | 533 | 126 | 45 |
| Binary | 10101111 | 1101 | 110000 | 0 | 1011101 | 1001001 | 11111 | 101011011 | 1010110 | 100101 |
Color Harmonies of #AF0D30
Complementary color
Monochromatic Colors of #AF0D30
Black with #AF0D30
Text Example
Text Example
White with #AF0D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D30; }
p { color: rgb(175,13,48); }
H1.HeaderClassName
{
color: #AF0D30;
}
.AnyTagClassName
{
color: #AF0D30;
}
</style>
background-color css
<style>
a { background-color: #AF0D30; }
a { background-color: rgb(175,13,48); }
div.DivClassName
{
background-color: #AF0D30;
}
.BgClassName
{
background-color: #AF0D30;
}
</style>
border-color css
<style>
span { border-color: #AF0D30; }
span { border-color: rgb(175,13,48); }
td.TdClassName
{
border-color: #AF0D30;
}
.TagClassName
{
border-color: #AF0D30;
}
</style>