Shades of Cardinal #AF1A3E
Tints of Cardinal #AF1A3E
RGB
CMYK
RGB Variations
Color information
#AF1A3E (or 0xAF1A3E) is known color: Cardinal. HEX triplet: AF, 1A and 3E. RGB value is (175,26,62). Sum of RGB (Red+Green+Blue) = 175+26+62=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A3E is #50E5C1. Grayscale: #4A4A4A. Windows color (decimal): -5301698 or 4070063. OLE color: 4070063.
HSL color Cylindrical-coordinate representation of color #AF1A3E: hue angle of 345.5º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1A3E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 62 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.31 |
| HSL | 345.5º | 0.74% | 0.39% | - |
| HSV(B) | 345.5º | 0.85% | 0.69% | - |
| XYZ | 18.92 | 10.2 | 5.53 | - |
| YUV | 74.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 62 | 0 | 0.85 | 0.65 | 0.31 | 345.5 | 0.74 | 0.39 |
| Hex | AF | 1A | 3E | 0 | 55 | 41 | 1F | 15A | 4A | 27 |
| Octal | 257 | 32 | 76 | 0 | 125 | 101 | 37 | 532 | 112 | 47 |
| Binary | 10101111 | 11010 | 111110 | 0 | 1010101 | 1000001 | 11111 | 101011010 | 1001010 | 100111 |
Color Harmonies of #AF1A3E
Complementary color
Monochromatic Colors of #AF1A3E
Black with #AF1A3E
Text Example
Text Example
White with #AF1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A3E; }
p { color: rgb(175,26,62); }
H1.HeaderClassName
{
color: #AF1A3E;
}
.AnyTagClassName
{
color: #AF1A3E;
}
</style>
background-color css
<style>
a { background-color: #AF1A3E; }
a { background-color: rgb(175,26,62); }
div.DivClassName
{
background-color: #AF1A3E;
}
.BgClassName
{
background-color: #AF1A3E;
}
</style>
border-color css
<style>
span { border-color: #AF1A3E; }
span { border-color: rgb(175,26,62); }
td.TdClassName
{
border-color: #AF1A3E;
}
.TagClassName
{
border-color: #AF1A3E;
}
</style>