Shades of Cardinal #AF103A
Tints of Cardinal #AF103A
RGB
CMYK
RGB Variations
Color information
#AF103A (or 0xAF103A) is known color: Cardinal. HEX triplet: AF, 10 and 3A. RGB value is (175,16,58). Sum of RGB (Red+Green+Blue) = 175+16+58=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF103A is #50EFC5. Grayscale: #444444. Windows color (decimal): -5304262 or 3805359. OLE color: 3805359.
HSL color Cylindrical-coordinate representation of color #AF103A: hue angle of 344.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF103A is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 58 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.31 |
| HSL | 344.15º | 0.83% | 0.37% | - |
| HSV(B) | 344.15º | 0.91% | 0.69% | - |
| XYZ | 18.63 | 9.79 | 4.91 | - |
| YUV | 68.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 58 | 0 | 0.91 | 0.67 | 0.31 | 344.15 | 0.83 | 0.37 |
| Hex | AF | 10 | 3A | 0 | 5B | 43 | 1F | 158 | 53 | 25 |
| Octal | 257 | 20 | 72 | 0 | 133 | 103 | 37 | 530 | 123 | 45 |
| Binary | 10101111 | 10000 | 111010 | 0 | 1011011 | 1000011 | 11111 | 101011000 | 1010011 | 100101 |
Color Harmonies of #AF103A
Complementary color
Monochromatic Colors of #AF103A
Black with #AF103A
Text Example
Text Example
White with #AF103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF103A; }
p { color: rgb(175,16,58); }
H1.HeaderClassName
{
color: #AF103A;
}
.AnyTagClassName
{
color: #AF103A;
}
</style>
background-color css
<style>
a { background-color: #AF103A; }
a { background-color: rgb(175,16,58); }
div.DivClassName
{
background-color: #AF103A;
}
.BgClassName
{
background-color: #AF103A;
}
</style>
border-color css
<style>
span { border-color: #AF103A; }
span { border-color: rgb(175,16,58); }
td.TdClassName
{
border-color: #AF103A;
}
.TagClassName
{
border-color: #AF103A;
}
</style>