Shades of Cardinal #AF023B
Tints of Cardinal #AF023B
RGB
CMYK
RGB Variations
Color information
#AF023B (or 0xAF023B) is known color: Cardinal. HEX triplet: AF, 02 and 3B. RGB value is (175,2,59). Sum of RGB (Red+Green+Blue) = 175+2+59=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF023B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF023B is #50FDC4. Grayscale: #3C3C3C. Windows color (decimal): -5307845 or 3867311. OLE color: 3867311.
HSL color Cylindrical-coordinate representation of color #AF023B: hue angle of 340.23º 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 #AF023B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.31 |
| HSL | 340.23º | 0.98% | 0.35% | - |
| HSV(B) | 340.23º | 0.99% | 0.69% | - |
| XYZ | 18.49 | 9.47 | 4.99 | - |
| YUV | 60.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 59 | 0 | 0.99 | 0.66 | 0.31 | 340.23 | 0.98 | 0.35 |
| Hex | AF | 2 | 3B | 0 | 63 | 42 | 1F | 154 | 62 | 23 |
| Octal | 257 | 2 | 73 | 0 | 143 | 102 | 37 | 524 | 142 | 43 |
| Binary | 10101111 | 10 | 111011 | 0 | 1100011 | 1000010 | 11111 | 101010100 | 1100010 | 100011 |
Color Harmonies of #AF023B
Complementary color
Monochromatic Colors of #AF023B
Black with #AF023B
Text Example
Text Example
White with #AF023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF023B; }
p { color: rgb(175,2,59); }
H1.HeaderClassName
{
color: #AF023B;
}
.AnyTagClassName
{
color: #AF023B;
}
</style>
background-color css
<style>
a { background-color: #AF023B; }
a { background-color: rgb(175,2,59); }
div.DivClassName
{
background-color: #AF023B;
}
.BgClassName
{
background-color: #AF023B;
}
</style>
border-color css
<style>
span { border-color: #AF023B; }
span { border-color: rgb(175,2,59); }
td.TdClassName
{
border-color: #AF023B;
}
.TagClassName
{
border-color: #AF023B;
}
</style>