Shades of Cardinal #AF153A
Tints of Cardinal #AF153A
RGB
CMYK
RGB Variations
Color information
#AF153A (or 0xAF153A) is known color: Cardinal. HEX triplet: AF, 15 and 3A. RGB value is (175,21,58). Sum of RGB (Red+Green+Blue) = 175+21+58=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF153A is #50EAC5. Grayscale: #474747. Windows color (decimal): -5302982 or 3806639. OLE color: 3806639.
HSL color Cylindrical-coordinate representation of color #AF153A: hue angle of 345.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF153A is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 58 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.31 |
| HSL | 345.58º | 0.79% | 0.38% | - |
| HSV(B) | 345.58º | 0.88% | 0.69% | - |
| XYZ | 18.71 | 9.96 | 4.94 | - |
| YUV | 71.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 58 | 0 | 0.88 | 0.67 | 0.31 | 345.58 | 0.79 | 0.38 |
| Hex | AF | 15 | 3A | 0 | 58 | 43 | 1F | 15A | 4F | 26 |
| Octal | 257 | 25 | 72 | 0 | 130 | 103 | 37 | 532 | 117 | 46 |
| Binary | 10101111 | 10101 | 111010 | 0 | 1011000 | 1000011 | 11111 | 101011010 | 1001111 | 100110 |
Color Harmonies of #AF153A
Complementary color
Monochromatic Colors of #AF153A
Black with #AF153A
Text Example
Text Example
White with #AF153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF153A; }
p { color: rgb(175,21,58); }
H1.HeaderClassName
{
color: #AF153A;
}
.AnyTagClassName
{
color: #AF153A;
}
</style>
background-color css
<style>
a { background-color: #AF153A; }
a { background-color: rgb(175,21,58); }
div.DivClassName
{
background-color: #AF153A;
}
.BgClassName
{
background-color: #AF153A;
}
</style>
border-color css
<style>
span { border-color: #AF153A; }
span { border-color: rgb(175,21,58); }
td.TdClassName
{
border-color: #AF153A;
}
.TagClassName
{
border-color: #AF153A;
}
</style>