Shades of Cardinal #AF103B
Tints of Cardinal #AF103B
RGB
CMYK
RGB Variations
Color information
#AF103B (or 0xAF103B) is known color: Cardinal. HEX triplet: AF, 10 and 3B. RGB value is (175,16,59). Sum of RGB (Red+Green+Blue) = 175+16+59=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF103B is #50EFC4. Grayscale: #444444. Windows color (decimal): -5304261 or 3870895. OLE color: 3870895.
HSL color Cylindrical-coordinate representation of color #AF103B: hue angle of 343.77º 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 #AF103B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 59 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.31 |
| HSL | 343.77º | 0.83% | 0.37% | - |
| HSV(B) | 343.77º | 0.91% | 0.69% | - |
| XYZ | 18.65 | 9.8 | 5.05 | - |
| YUV | 68.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 59 | 0 | 0.91 | 0.66 | 0.31 | 343.77 | 0.83 | 0.37 |
| Hex | AF | 10 | 3B | 0 | 5B | 42 | 1F | 158 | 53 | 25 |
| Octal | 257 | 20 | 73 | 0 | 133 | 102 | 37 | 530 | 123 | 45 |
| Binary | 10101111 | 10000 | 111011 | 0 | 1011011 | 1000010 | 11111 | 101011000 | 1010011 | 100101 |
Color Harmonies of #AF103B
Complementary color
Monochromatic Colors of #AF103B
Black with #AF103B
Text Example
Text Example
White with #AF103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF103B; }
p { color: rgb(175,16,59); }
H1.HeaderClassName
{
color: #AF103B;
}
.AnyTagClassName
{
color: #AF103B;
}
</style>
background-color css
<style>
a { background-color: #AF103B; }
a { background-color: rgb(175,16,59); }
div.DivClassName
{
background-color: #AF103B;
}
.BgClassName
{
background-color: #AF103B;
}
</style>
border-color css
<style>
span { border-color: #AF103B; }
span { border-color: rgb(175,16,59); }
td.TdClassName
{
border-color: #AF103B;
}
.TagClassName
{
border-color: #AF103B;
}
</style>