Shades of Cardinal #A4133F
Tints of Cardinal #A4133F
RGB
CMYK
RGB Variations
Color information
#A4133F (or 0xA4133F) is known color: Cardinal. HEX triplet: A4, 13 and 3F. RGB value is (164,19,63). Sum of RGB (Red+Green+Blue) = 164+19+63=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A4133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4133F is #5BECC0. Grayscale: #434343. Windows color (decimal): -6024385 or 4133796. OLE color: 4133796.
HSL color Cylindrical-coordinate representation of color #A4133F: hue angle of 341.79º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4133F is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 19 | 63 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.36 |
| HSL | 341.79º | 0.79% | 0.36% | - |
| HSV(B) | 341.79º | 0.88% | 0.64% | - |
| XYZ | 16.44 | 8.72 | 5.52 | - |
| YUV | 67.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 19 | 63 | 0 | 0.88 | 0.62 | 0.36 | 341.79 | 0.79 | 0.36 |
| Hex | A4 | 13 | 3F | 0 | 58 | 3E | 24 | 156 | 4F | 24 |
| Octal | 244 | 23 | 77 | 0 | 130 | 76 | 44 | 526 | 117 | 44 |
| Binary | 10100100 | 10011 | 111111 | 0 | 1011000 | 111110 | 100100 | 101010110 | 1001111 | 100100 |
Color Harmonies of #A4133F
Complementary color
Monochromatic Colors of #A4133F
Black with #A4133F
Text Example
Text Example
White with #A4133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4133F; }
p { color: rgb(164,19,63); }
H1.HeaderClassName
{
color: #A4133F;
}
.AnyTagClassName
{
color: #A4133F;
}
</style>
background-color css
<style>
a { background-color: #A4133F; }
a { background-color: rgb(164,19,63); }
div.DivClassName
{
background-color: #A4133F;
}
.BgClassName
{
background-color: #A4133F;
}
</style>
border-color css
<style>
span { border-color: #A4133F; }
span { border-color: rgb(164,19,63); }
td.TdClassName
{
border-color: #A4133F;
}
.TagClassName
{
border-color: #A4133F;
}
</style>