Shades of Cardinal #AF2834
Tints of Cardinal #AF2834
RGB
CMYK
RGB Variations
Color information
#AF2834 (or 0xAF2834) is known color: Cardinal. HEX triplet: AF, 28 and 34. RGB value is (175,40,52). Sum of RGB (Red+Green+Blue) = 175+40+52=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2834 is #50D7CB. Grayscale: #515151. Windows color (decimal): -5298124 or 3418287. OLE color: 3418287.
HSL color Cylindrical-coordinate representation of color #AF2834: hue angle of 354.67º 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 #AF2834 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 52 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.31 |
| HSL | 354.67º | 0.63% | 0.42% | - |
| HSV(B) | 354.67º | 0.77% | 0.69% | - |
| XYZ | 19.06 | 10.88 | 4.34 | - |
| YUV | 81.73 | 111.23 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 52 | 0 | 0.77 | 0.70 | 0.31 | 354.67 | 0.63 | 0.42 |
| Hex | AF | 28 | 34 | 0 | 4D | 46 | 1F | 163 | 3F | 2A |
| Octal | 257 | 50 | 64 | 0 | 115 | 106 | 37 | 543 | 77 | 52 |
| Binary | 10101111 | 101000 | 110100 | 0 | 1001101 | 1000110 | 11111 | 101100011 | 111111 | 101010 |
Color Harmonies of #AF2834
Complementary color
Monochromatic Colors of #AF2834
Black with #AF2834
Text Example
Text Example
White with #AF2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2834; }
p { color: rgb(175,40,52); }
H1.HeaderClassName
{
color: #AF2834;
}
.AnyTagClassName
{
color: #AF2834;
}
</style>
background-color css
<style>
a { background-color: #AF2834; }
a { background-color: rgb(175,40,52); }
div.DivClassName
{
background-color: #AF2834;
}
.BgClassName
{
background-color: #AF2834;
}
</style>
border-color css
<style>
span { border-color: #AF2834; }
span { border-color: rgb(175,40,52); }
td.TdClassName
{
border-color: #AF2834;
}
.TagClassName
{
border-color: #AF2834;
}
</style>