Shades of Cardinal #AF023A
Tints of Cardinal #AF023A
RGB
CMYK
RGB Variations
Color information
#AF023A (or 0xAF023A) is known color: Cardinal. HEX triplet: AF, 02 and 3A. RGB value is (175,2,58). Sum of RGB (Red+Green+Blue) = 175+2+58=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF023A is #50FDC5. Grayscale: #3C3C3C. Windows color (decimal): -5307846 or 3801775. OLE color: 3801775.
HSL color Cylindrical-coordinate representation of color #AF023A: hue angle of 340.58º degrees, saturation: 0.98, 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 #AF023A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.31 |
| HSL | 340.58º | 0.98% | 0.35% | - |
| HSV(B) | 340.58º | 0.99% | 0.69% | - |
| XYZ | 18.46 | 9.46 | 4.86 | - |
| YUV | 60.11 | 126.81 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 58 | 0 | 0.99 | 0.67 | 0.31 | 340.58 | 0.98 | 0.35 |
| Hex | AF | 2 | 3A | 0 | 63 | 43 | 1F | 155 | 62 | 23 |
| Octal | 257 | 2 | 72 | 0 | 143 | 103 | 37 | 525 | 142 | 43 |
| Binary | 10101111 | 10 | 111010 | 0 | 1100011 | 1000011 | 11111 | 101010101 | 1100010 | 100011 |
Color Harmonies of #AF023A
Complementary color
Monochromatic Colors of #AF023A
Black with #AF023A
Text Example
Text Example
White with #AF023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF023A; }
p { color: rgb(175,2,58); }
H1.HeaderClassName
{
color: #AF023A;
}
.AnyTagClassName
{
color: #AF023A;
}
</style>
background-color css
<style>
a { background-color: #AF023A; }
a { background-color: rgb(175,2,58); }
div.DivClassName
{
background-color: #AF023A;
}
.BgClassName
{
background-color: #AF023A;
}
</style>
border-color css
<style>
span { border-color: #AF023A; }
span { border-color: rgb(175,2,58); }
td.TdClassName
{
border-color: #AF023A;
}
.TagClassName
{
border-color: #AF023A;
}
</style>