Shades of Cardinal #AF1F3A
Tints of Cardinal #AF1F3A
RGB
CMYK
RGB Variations
Color information
#AF1F3A (or 0xAF1F3A) is known color: Cardinal. HEX triplet: AF, 1F and 3A. RGB value is (175,31,58). Sum of RGB (Red+Green+Blue) = 175+31+58=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1F3A is #50E0C5. Grayscale: #4D4D4D. Windows color (decimal): -5300422 or 3809199. OLE color: 3809199.
HSL color Cylindrical-coordinate representation of color #AF1F3A: hue angle of 348.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF1F3A is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 58 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.31 |
| HSL | 348.75º | 0.7% | 0.4% | - |
| HSV(B) | 348.75º | 0.82% | 0.69% | - |
| XYZ | 18.93 | 10.4 | 5.01 | - |
| YUV | 77.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 58 | 0 | 0.82 | 0.67 | 0.31 | 348.75 | 0.7 | 0.4 |
| Hex | AF | 1F | 3A | 0 | 52 | 43 | 1F | 15D | 46 | 28 |
| Octal | 257 | 37 | 72 | 0 | 122 | 103 | 37 | 535 | 106 | 50 |
| Binary | 10101111 | 11111 | 111010 | 0 | 1010010 | 1000011 | 11111 | 101011101 | 1000110 | 101000 |
Color Harmonies of #AF1F3A
Complementary color
Monochromatic Colors of #AF1F3A
Black with #AF1F3A
Text Example
Text Example
White with #AF1F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F3A; }
p { color: rgb(175,31,58); }
H1.HeaderClassName
{
color: #AF1F3A;
}
.AnyTagClassName
{
color: #AF1F3A;
}
</style>
background-color css
<style>
a { background-color: #AF1F3A; }
a { background-color: rgb(175,31,58); }
div.DivClassName
{
background-color: #AF1F3A;
}
.BgClassName
{
background-color: #AF1F3A;
}
</style>
border-color css
<style>
span { border-color: #AF1F3A; }
span { border-color: rgb(175,31,58); }
td.TdClassName
{
border-color: #AF1F3A;
}
.TagClassName
{
border-color: #AF1F3A;
}
</style>