Shades of Cardinal #AF2B37
Tints of Cardinal #AF2B37
RGB
CMYK
RGB Variations
Color information
#AF2B37 (or 0xAF2B37) is known color: Cardinal. HEX triplet: AF, 2B and 37. RGB value is (175,43,55). Sum of RGB (Red+Green+Blue) = 175+43+55=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2B37 is #50D4C8. Grayscale: #535353. Windows color (decimal): -5297353 or 3615663. OLE color: 3615663.
HSL color Cylindrical-coordinate representation of color #AF2B37: hue angle of 354.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF2B37 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 55 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.31 |
| HSL | 354.55º | 0.61% | 0.43% | - |
| HSV(B) | 354.55º | 0.75% | 0.69% | - |
| XYZ | 19.23 | 11.12 | 4.75 | - |
| YUV | 83.84 | 111.73 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 55 | 0 | 0.75 | 0.69 | 0.31 | 354.55 | 0.61 | 0.43 |
| Hex | AF | 2B | 37 | 0 | 4B | 45 | 1F | 163 | 3D | 2B |
| Octal | 257 | 53 | 67 | 0 | 113 | 105 | 37 | 543 | 75 | 53 |
| Binary | 10101111 | 101011 | 110111 | 0 | 1001011 | 1000101 | 11111 | 101100011 | 111101 | 101011 |
Color Harmonies of #AF2B37
Complementary color
Monochromatic Colors of #AF2B37
Black with #AF2B37
Text Example
Text Example
White with #AF2B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B37; }
p { color: rgb(175,43,55); }
H1.HeaderClassName
{
color: #AF2B37;
}
.AnyTagClassName
{
color: #AF2B37;
}
</style>
background-color css
<style>
a { background-color: #AF2B37; }
a { background-color: rgb(175,43,55); }
div.DivClassName
{
background-color: #AF2B37;
}
.BgClassName
{
background-color: #AF2B37;
}
</style>
border-color css
<style>
span { border-color: #AF2B37; }
span { border-color: rgb(175,43,55); }
td.TdClassName
{
border-color: #AF2B37;
}
.TagClassName
{
border-color: #AF2B37;
}
</style>