Shades of Cardinal #AF013B
Tints of Cardinal #AF013B
RGB
CMYK
RGB Variations
Color information
#AF013B (or 0xAF013B) is known color: Cardinal. HEX triplet: AF, 01 and 3B. RGB value is (175,1,59). Sum of RGB (Red+Green+Blue) = 175+1+59=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF013B is #50FEC4. Grayscale: #3B3B3B. Windows color (decimal): -5308101 or 3867055. OLE color: 3867055.
HSL color Cylindrical-coordinate representation of color #AF013B: hue angle of 340º 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 #AF013B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.31 |
| HSL | 340º | 0.99% | 0.35% | - |
| HSV(B) | 340º | 0.99% | 0.69% | - |
| XYZ | 18.48 | 9.45 | 4.99 | - |
| YUV | 59.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 59 | 0 | 0.99 | 0.66 | 0.31 | 340 | 0.99 | 0.35 |
| Hex | AF | 1 | 3B | 0 | 63 | 42 | 1F | 154 | 63 | 23 |
| Octal | 257 | 1 | 73 | 0 | 143 | 102 | 37 | 524 | 143 | 43 |
| Binary | 10101111 | 1 | 111011 | 0 | 1100011 | 1000010 | 11111 | 101010100 | 1100011 | 100011 |
Color Harmonies of #AF013B
Complementary color
Monochromatic Colors of #AF013B
Black with #AF013B
Text Example
Text Example
White with #AF013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF013B; }
p { color: rgb(175,1,59); }
H1.HeaderClassName
{
color: #AF013B;
}
.AnyTagClassName
{
color: #AF013B;
}
</style>
background-color css
<style>
a { background-color: #AF013B; }
a { background-color: rgb(175,1,59); }
div.DivClassName
{
background-color: #AF013B;
}
.BgClassName
{
background-color: #AF013B;
}
</style>
border-color css
<style>
span { border-color: #AF013B; }
span { border-color: rgb(175,1,59); }
td.TdClassName
{
border-color: #AF013B;
}
.TagClassName
{
border-color: #AF013B;
}
</style>