Shades of Cardinal #AF103C
Tints of Cardinal #AF103C
RGB
CMYK
RGB Variations
Color information
#AF103C (or 0xAF103C) is known color: Cardinal. HEX triplet: AF, 10 and 3C. RGB value is (175,16,60). Sum of RGB (Red+Green+Blue) = 175+16+60=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF103C is #50EFC3. Grayscale: #444444. Windows color (decimal): -5304260 or 3936431. OLE color: 3936431.
HSL color Cylindrical-coordinate representation of color #AF103C: hue angle of 343.4º 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 #AF103C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.31 |
| HSL | 343.4º | 0.83% | 0.37% | - |
| HSV(B) | 343.4º | 0.91% | 0.69% | - |
| XYZ | 18.68 | 9.81 | 5.18 | - |
| YUV | 68.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 60 | 0 | 0.91 | 0.66 | 0.31 | 343.4 | 0.83 | 0.37 |
| Hex | AF | 10 | 3C | 0 | 5B | 42 | 1F | 157 | 53 | 25 |
| Octal | 257 | 20 | 74 | 0 | 133 | 102 | 37 | 527 | 123 | 45 |
| Binary | 10101111 | 10000 | 111100 | 0 | 1011011 | 1000010 | 11111 | 101010111 | 1010011 | 100101 |
Color Harmonies of #AF103C
Complementary color
Monochromatic Colors of #AF103C
Black with #AF103C
Text Example
Text Example
White with #AF103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF103C; }
p { color: rgb(175,16,60); }
H1.HeaderClassName
{
color: #AF103C;
}
.AnyTagClassName
{
color: #AF103C;
}
</style>
background-color css
<style>
a { background-color: #AF103C; }
a { background-color: rgb(175,16,60); }
div.DivClassName
{
background-color: #AF103C;
}
.BgClassName
{
background-color: #AF103C;
}
</style>
border-color css
<style>
span { border-color: #AF103C; }
span { border-color: rgb(175,16,60); }
td.TdClassName
{
border-color: #AF103C;
}
.TagClassName
{
border-color: #AF103C;
}
</style>