Shades of Cardinal #AF1E3A
Tints of Cardinal #AF1E3A
RGB
CMYK
RGB Variations
Color information
#AF1E3A (or 0xAF1E3A) is known color: Cardinal. HEX triplet: AF, 1E and 3A. RGB value is (175,30,58). Sum of RGB (Red+Green+Blue) = 175+30+58=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1E3A is #50E1C5. Grayscale: #4C4C4C. Windows color (decimal): -5300678 or 3808943. OLE color: 3808943.
HSL color Cylindrical-coordinate representation of color #AF1E3A: hue angle of 348.41º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF1E3A is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 58 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.31 |
| HSL | 348.41º | 0.71% | 0.4% | - |
| HSV(B) | 348.41º | 0.83% | 0.69% | - |
| XYZ | 18.91 | 10.35 | 5 | - |
| YUV | 76.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 58 | 0 | 0.83 | 0.67 | 0.31 | 348.41 | 0.71 | 0.4 |
| Hex | AF | 1E | 3A | 0 | 53 | 43 | 1F | 15C | 47 | 28 |
| Octal | 257 | 36 | 72 | 0 | 123 | 103 | 37 | 534 | 107 | 50 |
| Binary | 10101111 | 11110 | 111010 | 0 | 1010011 | 1000011 | 11111 | 101011100 | 1000111 | 101000 |
Color Harmonies of #AF1E3A
Complementary color
Monochromatic Colors of #AF1E3A
Black with #AF1E3A
Text Example
Text Example
White with #AF1E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E3A; }
p { color: rgb(175,30,58); }
H1.HeaderClassName
{
color: #AF1E3A;
}
.AnyTagClassName
{
color: #AF1E3A;
}
</style>
background-color css
<style>
a { background-color: #AF1E3A; }
a { background-color: rgb(175,30,58); }
div.DivClassName
{
background-color: #AF1E3A;
}
.BgClassName
{
background-color: #AF1E3A;
}
</style>
border-color css
<style>
span { border-color: #AF1E3A; }
span { border-color: rgb(175,30,58); }
td.TdClassName
{
border-color: #AF1E3A;
}
.TagClassName
{
border-color: #AF1E3A;
}
</style>