Shades of Cardinal #AF1B37
Tints of Cardinal #AF1B37
RGB
CMYK
RGB Variations
Color information
#AF1B37 (or 0xAF1B37) is known color: Cardinal. HEX triplet: AF, 1B and 37. RGB value is (175,27,55). Sum of RGB (Red+Green+Blue) = 175+27+55=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B37 is #50E4C8. Grayscale: #4A4A4A. Windows color (decimal): -5301449 or 3611567. OLE color: 3611567.
HSL color Cylindrical-coordinate representation of color #AF1B37: hue angle of 348.65º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B37 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 55 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.31 |
| HSL | 348.65º | 0.73% | 0.4% | - |
| HSV(B) | 348.65º | 0.85% | 0.69% | - |
| XYZ | 18.76 | 10.17 | 4.59 | - |
| YUV | 74.44 | 117.03 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 55 | 0 | 0.85 | 0.69 | 0.31 | 348.65 | 0.73 | 0.4 |
| Hex | AF | 1B | 37 | 0 | 55 | 45 | 1F | 15D | 49 | 28 |
| Octal | 257 | 33 | 67 | 0 | 125 | 105 | 37 | 535 | 111 | 50 |
| Binary | 10101111 | 11011 | 110111 | 0 | 1010101 | 1000101 | 11111 | 101011101 | 1001001 | 101000 |
Color Harmonies of #AF1B37
Complementary color
Monochromatic Colors of #AF1B37
Black with #AF1B37
Text Example
Text Example
White with #AF1B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B37; }
p { color: rgb(175,27,55); }
H1.HeaderClassName
{
color: #AF1B37;
}
.AnyTagClassName
{
color: #AF1B37;
}
</style>
background-color css
<style>
a { background-color: #AF1B37; }
a { background-color: rgb(175,27,55); }
div.DivClassName
{
background-color: #AF1B37;
}
.BgClassName
{
background-color: #AF1B37;
}
</style>
border-color css
<style>
span { border-color: #AF1B37; }
span { border-color: rgb(175,27,55); }
td.TdClassName
{
border-color: #AF1B37;
}
.TagClassName
{
border-color: #AF1B37;
}
</style>