Shades of Cardinal #AF133F
Tints of Cardinal #AF133F
RGB
CMYK
RGB Variations
Color information
#AF133F (or 0xAF133F) is known color: Cardinal. HEX triplet: AF, 13 and 3F. RGB value is (175,19,63). Sum of RGB (Red+Green+Blue) = 175+19+63=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF133F is #50ECC0. Grayscale: #464646. Windows color (decimal): -5303489 or 4133807. OLE color: 4133807.
HSL color Cylindrical-coordinate representation of color #AF133F: hue angle of 343.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF133F is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 63 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.31 |
| HSL | 343.08º | 0.8% | 0.38% | - |
| HSV(B) | 343.08º | 0.89% | 0.69% | - |
| XYZ | 18.81 | 9.94 | 5.63 | - |
| YUV | 70.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 63 | 0 | 0.89 | 0.64 | 0.31 | 343.08 | 0.8 | 0.38 |
| Hex | AF | 13 | 3F | 0 | 59 | 40 | 1F | 157 | 50 | 26 |
| Octal | 257 | 23 | 77 | 0 | 131 | 100 | 37 | 527 | 120 | 46 |
| Binary | 10101111 | 10011 | 111111 | 0 | 1011001 | 1000000 | 11111 | 101010111 | 1010000 | 100110 |
Color Harmonies of #AF133F
Complementary color
Monochromatic Colors of #AF133F
Black with #AF133F
Text Example
Text Example
White with #AF133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF133F; }
p { color: rgb(175,19,63); }
H1.HeaderClassName
{
color: #AF133F;
}
.AnyTagClassName
{
color: #AF133F;
}
</style>
background-color css
<style>
a { background-color: #AF133F; }
a { background-color: rgb(175,19,63); }
div.DivClassName
{
background-color: #AF133F;
}
.BgClassName
{
background-color: #AF133F;
}
</style>
border-color css
<style>
span { border-color: #AF133F; }
span { border-color: rgb(175,19,63); }
td.TdClassName
{
border-color: #AF133F;
}
.TagClassName
{
border-color: #AF133F;
}
</style>