Shades of Cardinal #AF253B
Tints of Cardinal #AF253B
RGB
CMYK
RGB Variations
Color information
#AF253B (or 0xAF253B) is known color: Cardinal. HEX triplet: AF, 25 and 3B. RGB value is (175,37,59). Sum of RGB (Red+Green+Blue) = 175+37+59=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF253B is #50DAC4. Grayscale: #505050. Windows color (decimal): -5298885 or 3876271. OLE color: 3876271.
HSL color Cylindrical-coordinate representation of color #AF253B: hue angle of 350.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF253B is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 59 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.31 |
| HSL | 350.43º | 0.65% | 0.42% | - |
| HSV(B) | 350.43º | 0.79% | 0.69% | - |
| XYZ | 19.13 | 10.75 | 5.2 | - |
| YUV | 80.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 59 | 0 | 0.79 | 0.66 | 0.31 | 350.43 | 0.65 | 0.42 |
| Hex | AF | 25 | 3B | 0 | 4F | 42 | 1F | 15E | 41 | 2A |
| Octal | 257 | 45 | 73 | 0 | 117 | 102 | 37 | 536 | 101 | 52 |
| Binary | 10101111 | 100101 | 111011 | 0 | 1001111 | 1000010 | 11111 | 101011110 | 1000001 | 101010 |
Color Harmonies of #AF253B
Complementary color
Monochromatic Colors of #AF253B
Black with #AF253B
Text Example
Text Example
White with #AF253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF253B; }
p { color: rgb(175,37,59); }
H1.HeaderClassName
{
color: #AF253B;
}
.AnyTagClassName
{
color: #AF253B;
}
</style>
background-color css
<style>
a { background-color: #AF253B; }
a { background-color: rgb(175,37,59); }
div.DivClassName
{
background-color: #AF253B;
}
.BgClassName
{
background-color: #AF253B;
}
</style>
border-color css
<style>
span { border-color: #AF253B; }
span { border-color: rgb(175,37,59); }
td.TdClassName
{
border-color: #AF253B;
}
.TagClassName
{
border-color: #AF253B;
}
</style>