Shades of Cardinal #AF033A
Tints of Cardinal #AF033A
RGB
CMYK
RGB Variations
Color information
#AF033A (or 0xAF033A) is known color: Cardinal. HEX triplet: AF, 03 and 3A. RGB value is (175,3,58). Sum of RGB (Red+Green+Blue) = 175+3+58=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF033A is #50FCC5. Grayscale: #3C3C3C. Windows color (decimal): -5307590 or 3802031. OLE color: 3802031.
HSL color Cylindrical-coordinate representation of color #AF033A: hue angle of 340.81º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF033A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.31 |
| HSL | 340.81º | 0.97% | 0.35% | - |
| HSV(B) | 340.81º | 0.98% | 0.69% | - |
| XYZ | 18.48 | 9.48 | 4.86 | - |
| YUV | 60.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 58 | 0 | 0.98 | 0.67 | 0.31 | 340.81 | 0.97 | 0.35 |
| Hex | AF | 3 | 3A | 0 | 62 | 43 | 1F | 155 | 61 | 23 |
| Octal | 257 | 3 | 72 | 0 | 142 | 103 | 37 | 525 | 141 | 43 |
| Binary | 10101111 | 11 | 111010 | 0 | 1100010 | 1000011 | 11111 | 101010101 | 1100001 | 100011 |
Color Harmonies of #AF033A
Complementary color
Monochromatic Colors of #AF033A
Black with #AF033A
Text Example
Text Example
White with #AF033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF033A; }
p { color: rgb(175,3,58); }
H1.HeaderClassName
{
color: #AF033A;
}
.AnyTagClassName
{
color: #AF033A;
}
</style>
background-color css
<style>
a { background-color: #AF033A; }
a { background-color: rgb(175,3,58); }
div.DivClassName
{
background-color: #AF033A;
}
.BgClassName
{
background-color: #AF033A;
}
</style>
border-color css
<style>
span { border-color: #AF033A; }
span { border-color: rgb(175,3,58); }
td.TdClassName
{
border-color: #AF033A;
}
.TagClassName
{
border-color: #AF033A;
}
</style>