Shades of Cardinal #AF013A
Tints of Cardinal #AF013A
RGB
CMYK
RGB Variations
Color information
#AF013A (or 0xAF013A) is known color: Cardinal. HEX triplet: AF, 01 and 3A. RGB value is (175,1,58). Sum of RGB (Red+Green+Blue) = 175+1+58=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF013A is #50FEC5. Grayscale: #3B3B3B. Windows color (decimal): -5308102 or 3801519. OLE color: 3801519.
HSL color Cylindrical-coordinate representation of color #AF013A: hue angle of 340.34º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF013A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.31 |
| HSL | 340.34º | 0.99% | 0.35% | - |
| HSV(B) | 340.34º | 0.99% | 0.69% | - |
| XYZ | 18.45 | 9.44 | 4.85 | - |
| YUV | 59.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 58 | 0 | 0.99 | 0.67 | 0.31 | 340.34 | 0.99 | 0.35 |
| Hex | AF | 1 | 3A | 0 | 63 | 43 | 1F | 154 | 63 | 23 |
| Octal | 257 | 1 | 72 | 0 | 143 | 103 | 37 | 524 | 143 | 43 |
| Binary | 10101111 | 1 | 111010 | 0 | 1100011 | 1000011 | 11111 | 101010100 | 1100011 | 100011 |
Color Harmonies of #AF013A
Complementary color
Monochromatic Colors of #AF013A
Black with #AF013A
Text Example
Text Example
White with #AF013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF013A; }
p { color: rgb(175,1,58); }
H1.HeaderClassName
{
color: #AF013A;
}
.AnyTagClassName
{
color: #AF013A;
}
</style>
background-color css
<style>
a { background-color: #AF013A; }
a { background-color: rgb(175,1,58); }
div.DivClassName
{
background-color: #AF013A;
}
.BgClassName
{
background-color: #AF013A;
}
</style>
border-color css
<style>
span { border-color: #AF013A; }
span { border-color: rgb(175,1,58); }
td.TdClassName
{
border-color: #AF013A;
}
.TagClassName
{
border-color: #AF013A;
}
</style>