Shades of Cardinal #AF283B
Tints of Cardinal #AF283B
RGB
CMYK
RGB Variations
Color information
#AF283B (or 0xAF283B) is known color: Cardinal. HEX triplet: AF, 28 and 3B. RGB value is (175,40,59). Sum of RGB (Red+Green+Blue) = 175+40+59=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF283B is #50D7C4. Grayscale: #525252. Windows color (decimal): -5298117 or 3877039. OLE color: 3877039.
HSL color Cylindrical-coordinate representation of color #AF283B: hue angle of 351.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF283B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 59 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.31 |
| HSL | 351.56º | 0.63% | 0.42% | - |
| HSV(B) | 351.56º | 0.77% | 0.69% | - |
| XYZ | 19.23 | 10.95 | 5.24 | - |
| YUV | 82.53 | 114.73 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 59 | 0 | 0.77 | 0.66 | 0.31 | 351.56 | 0.63 | 0.42 |
| Hex | AF | 28 | 3B | 0 | 4D | 42 | 1F | 160 | 3F | 2A |
| Octal | 257 | 50 | 73 | 0 | 115 | 102 | 37 | 540 | 77 | 52 |
| Binary | 10101111 | 101000 | 111011 | 0 | 1001101 | 1000010 | 11111 | 101100000 | 111111 | 101010 |
Color Harmonies of #AF283B
Complementary color
Monochromatic Colors of #AF283B
Black with #AF283B
Text Example
Text Example
White with #AF283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF283B; }
p { color: rgb(175,40,59); }
H1.HeaderClassName
{
color: #AF283B;
}
.AnyTagClassName
{
color: #AF283B;
}
</style>
background-color css
<style>
a { background-color: #AF283B; }
a { background-color: rgb(175,40,59); }
div.DivClassName
{
background-color: #AF283B;
}
.BgClassName
{
background-color: #AF283B;
}
</style>
border-color css
<style>
span { border-color: #AF283B; }
span { border-color: rgb(175,40,59); }
td.TdClassName
{
border-color: #AF283B;
}
.TagClassName
{
border-color: #AF283B;
}
</style>