Shades of Cardinal #A8093D
Tints of Cardinal #A8093D
RGB
CMYK
RGB Variations
Color information
#A8093D (or 0xA8093D) is known color: Cardinal. HEX triplet: A8, 09 and 3D. RGB value is (168,9,61). Sum of RGB (Red+Green+Blue) = 168+9+61=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A8093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8093D is #57F6C2. Grayscale: #3E3E3E. Windows color (decimal): -5764803 or 4000168. OLE color: 4000168.
HSL color Cylindrical-coordinate representation of color #A8093D: hue angle of 340.38º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8093D is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.34 |
| HSL | 340.38º | 0.9% | 0.35% | - |
| HSV(B) | 340.38º | 0.95% | 0.66% | - |
| XYZ | 17.09 | 8.86 | 5.22 | - |
| YUV | 62.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 61 | 0 | 0.95 | 0.64 | 0.34 | 340.38 | 0.9 | 0.35 |
| Hex | A8 | 9 | 3D | 0 | 5F | 40 | 22 | 154 | 5A | 23 |
| Octal | 250 | 11 | 75 | 0 | 137 | 100 | 42 | 524 | 132 | 43 |
| Binary | 10101000 | 1001 | 111101 | 0 | 1011111 | 1000000 | 100010 | 101010100 | 1011010 | 100011 |
Color Harmonies of #A8093D
Complementary color
Monochromatic Colors of #A8093D
Black with #A8093D
Text Example
Text Example
White with #A8093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8093D; }
p { color: rgb(168,9,61); }
H1.HeaderClassName
{
color: #A8093D;
}
.AnyTagClassName
{
color: #A8093D;
}
</style>
background-color css
<style>
a { background-color: #A8093D; }
a { background-color: rgb(168,9,61); }
div.DivClassName
{
background-color: #A8093D;
}
.BgClassName
{
background-color: #A8093D;
}
</style>
border-color css
<style>
span { border-color: #A8093D; }
span { border-color: rgb(168,9,61); }
td.TdClassName
{
border-color: #A8093D;
}
.TagClassName
{
border-color: #A8093D;
}
</style>