Shades of Cardinal #AF2030
Tints of Cardinal #AF2030
RGB
CMYK
RGB Variations
Color information
#AF2030 (or 0xAF2030) is known color: Cardinal. HEX triplet: AF, 20 and 30. RGB value is (175,32,48). Sum of RGB (Red+Green+Blue) = 175+32+48=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2030 is #50DFCF. Grayscale: #4C4C4C. Windows color (decimal): -5300176 or 3154095. OLE color: 3154095.
HSL color Cylindrical-coordinate representation of color #AF2030: hue angle of 353.29º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2030 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 48 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.31 |
| HSL | 353.29º | 0.69% | 0.41% | - |
| HSV(B) | 353.29º | 0.82% | 0.69% | - |
| XYZ | 18.73 | 10.36 | 3.81 | - |
| YUV | 76.58 | 111.88 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 48 | 0 | 0.82 | 0.73 | 0.31 | 353.29 | 0.69 | 0.41 |
| Hex | AF | 20 | 30 | 0 | 52 | 49 | 1F | 161 | 45 | 29 |
| Octal | 257 | 40 | 60 | 0 | 122 | 111 | 37 | 541 | 105 | 51 |
| Binary | 10101111 | 100000 | 110000 | 0 | 1010010 | 1001001 | 11111 | 101100001 | 1000101 | 101001 |
Color Harmonies of #AF2030
Complementary color
Monochromatic Colors of #AF2030
Black with #AF2030
Text Example
Text Example
White with #AF2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2030; }
p { color: rgb(175,32,48); }
H1.HeaderClassName
{
color: #AF2030;
}
.AnyTagClassName
{
color: #AF2030;
}
</style>
background-color css
<style>
a { background-color: #AF2030; }
a { background-color: rgb(175,32,48); }
div.DivClassName
{
background-color: #AF2030;
}
.BgClassName
{
background-color: #AF2030;
}
</style>
border-color css
<style>
span { border-color: #AF2030; }
span { border-color: rgb(175,32,48); }
td.TdClassName
{
border-color: #AF2030;
}
.TagClassName
{
border-color: #AF2030;
}
</style>