Shades of Cardinal #AF253C
Tints of Cardinal #AF253C
RGB
CMYK
RGB Variations
Color information
#AF253C (or 0xAF253C) is known color: Cardinal. HEX triplet: AF, 25 and 3C. RGB value is (175,37,60). Sum of RGB (Red+Green+Blue) = 175+37+60=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF253C is #50DAC3. Grayscale: #505050. Windows color (decimal): -5298884 or 3941807. OLE color: 3941807.
HSL color Cylindrical-coordinate representation of color #AF253C: hue angle of 350º 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 #AF253C is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 60 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.31 |
| HSL | 350º | 0.65% | 0.42% | - |
| HSV(B) | 350º | 0.79% | 0.69% | - |
| XYZ | 19.16 | 10.76 | 5.34 | - |
| YUV | 80.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 60 | 0 | 0.79 | 0.66 | 0.31 | 350 | 0.65 | 0.42 |
| Hex | AF | 25 | 3C | 0 | 4F | 42 | 1F | 15E | 41 | 2A |
| Octal | 257 | 45 | 74 | 0 | 117 | 102 | 37 | 536 | 101 | 52 |
| Binary | 10101111 | 100101 | 111100 | 0 | 1001111 | 1000010 | 11111 | 101011110 | 1000001 | 101010 |
Color Harmonies of #AF253C
Complementary color
Monochromatic Colors of #AF253C
Black with #AF253C
Text Example
Text Example
White with #AF253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF253C; }
p { color: rgb(175,37,60); }
H1.HeaderClassName
{
color: #AF253C;
}
.AnyTagClassName
{
color: #AF253C;
}
</style>
background-color css
<style>
a { background-color: #AF253C; }
a { background-color: rgb(175,37,60); }
div.DivClassName
{
background-color: #AF253C;
}
.BgClassName
{
background-color: #AF253C;
}
</style>
border-color css
<style>
span { border-color: #AF253C; }
span { border-color: rgb(175,37,60); }
td.TdClassName
{
border-color: #AF253C;
}
.TagClassName
{
border-color: #AF253C;
}
</style>