Shades of Cardinal #AF273C
Tints of Cardinal #AF273C
RGB
CMYK
RGB Variations
Color information
#AF273C (or 0xAF273C) is known color: Cardinal. HEX triplet: AF, 27 and 3C. RGB value is (175,39,60). Sum of RGB (Red+Green+Blue) = 175+39+60=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF273C is #50D8C3. Grayscale: #525252. Windows color (decimal): -5298372 or 3942319. OLE color: 3942319.
HSL color Cylindrical-coordinate representation of color #AF273C: hue angle of 350.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF273C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 39 | 60 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.31 |
| HSL | 350.74º | 0.64% | 0.42% | - |
| HSV(B) | 350.74º | 0.78% | 0.69% | - |
| XYZ | 19.22 | 10.89 | 5.36 | - |
| YUV | 82.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 39 | 60 | 0 | 0.78 | 0.66 | 0.31 | 350.74 | 0.64 | 0.42 |
| Hex | AF | 27 | 3C | 0 | 4E | 42 | 1F | 15F | 40 | 2A |
| Octal | 257 | 47 | 74 | 0 | 116 | 102 | 37 | 537 | 100 | 52 |
| Binary | 10101111 | 100111 | 111100 | 0 | 1001110 | 1000010 | 11111 | 101011111 | 1000000 | 101010 |
Color Harmonies of #AF273C
Complementary color
Monochromatic Colors of #AF273C
Black with #AF273C
Text Example
Text Example
White with #AF273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF273C; }
p { color: rgb(175,39,60); }
H1.HeaderClassName
{
color: #AF273C;
}
.AnyTagClassName
{
color: #AF273C;
}
</style>
background-color css
<style>
a { background-color: #AF273C; }
a { background-color: rgb(175,39,60); }
div.DivClassName
{
background-color: #AF273C;
}
.BgClassName
{
background-color: #AF273C;
}
</style>
border-color css
<style>
span { border-color: #AF273C; }
span { border-color: rgb(175,39,60); }
td.TdClassName
{
border-color: #AF273C;
}
.TagClassName
{
border-color: #AF273C;
}
</style>