Shades of Cardinal #AF1545
Tints of Cardinal #AF1545
RGB
CMYK
RGB Variations
Color information
#AF1545 (or 0xAF1545) is known color: Cardinal. HEX triplet: AF, 15 and 45. RGB value is (175,21,69). Sum of RGB (Red+Green+Blue) = 175+21+69=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1545 is #50EABA. Grayscale: #484848. Windows color (decimal): -5302971 or 4527535. OLE color: 4527535.
HSL color Cylindrical-coordinate representation of color #AF1545: hue angle of 341.3º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF1545 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 69 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.31 |
| HSL | 341.3º | 0.79% | 0.38% | - |
| HSV(B) | 341.3º | 0.88% | 0.69% | - |
| XYZ | 19.02 | 10.08 | 6.57 | - |
| YUV | 72.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 69 | 0 | 0.88 | 0.61 | 0.31 | 341.3 | 0.79 | 0.38 |
| Hex | AF | 15 | 45 | 0 | 58 | 3D | 1F | 155 | 4F | 26 |
| Octal | 257 | 25 | 105 | 0 | 130 | 75 | 37 | 525 | 117 | 46 |
| Binary | 10101111 | 10101 | 1000101 | 0 | 1011000 | 111101 | 11111 | 101010101 | 1001111 | 100110 |
Color Harmonies of #AF1545
Complementary color
Monochromatic Colors of #AF1545
Black with #AF1545
Text Example
Text Example
White with #AF1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1545; }
p { color: rgb(175,21,69); }
H1.HeaderClassName
{
color: #AF1545;
}
.AnyTagClassName
{
color: #AF1545;
}
</style>
background-color css
<style>
a { background-color: #AF1545; }
a { background-color: rgb(175,21,69); }
div.DivClassName
{
background-color: #AF1545;
}
.BgClassName
{
background-color: #AF1545;
}
</style>
border-color css
<style>
span { border-color: #AF1545; }
span { border-color: rgb(175,21,69); }
td.TdClassName
{
border-color: #AF1545;
}
.TagClassName
{
border-color: #AF1545;
}
</style>