Shades of Cardinal #AF133A
Tints of Cardinal #AF133A
RGB
CMYK
RGB Variations
Color information
#AF133A (or 0xAF133A) is known color: Cardinal. HEX triplet: AF, 13 and 3A. RGB value is (175,19,58). Sum of RGB (Red+Green+Blue) = 175+19+58=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF133A is #50ECC5. Grayscale: #464646. Windows color (decimal): -5303494 or 3806127. OLE color: 3806127.
HSL color Cylindrical-coordinate representation of color #AF133A: hue angle of 345º 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 #AF133A is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 58 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.31 |
| HSL | 345º | 0.8% | 0.38% | - |
| HSV(B) | 345º | 0.89% | 0.69% | - |
| XYZ | 18.68 | 9.89 | 4.93 | - |
| YUV | 70.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 58 | 0 | 0.89 | 0.67 | 0.31 | 345 | 0.8 | 0.38 |
| Hex | AF | 13 | 3A | 0 | 59 | 43 | 1F | 159 | 50 | 26 |
| Octal | 257 | 23 | 72 | 0 | 131 | 103 | 37 | 531 | 120 | 46 |
| Binary | 10101111 | 10011 | 111010 | 0 | 1011001 | 1000011 | 11111 | 101011001 | 1010000 | 100110 |
Color Harmonies of #AF133A
Complementary color
Monochromatic Colors of #AF133A
Black with #AF133A
Text Example
Text Example
White with #AF133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF133A; }
p { color: rgb(175,19,58); }
H1.HeaderClassName
{
color: #AF133A;
}
.AnyTagClassName
{
color: #AF133A;
}
</style>
background-color css
<style>
a { background-color: #AF133A; }
a { background-color: rgb(175,19,58); }
div.DivClassName
{
background-color: #AF133A;
}
.BgClassName
{
background-color: #AF133A;
}
</style>
border-color css
<style>
span { border-color: #AF133A; }
span { border-color: rgb(175,19,58); }
td.TdClassName
{
border-color: #AF133A;
}
.TagClassName
{
border-color: #AF133A;
}
</style>