Shades of Cardinal #AD0338
Tints of Cardinal #AD0338
RGB
CMYK
RGB Variations
Color information
#AD0338 (or 0xAD0338) is known color: Cardinal. HEX triplet: AD, 03 and 38. RGB value is (173,3,56). Sum of RGB (Red+Green+Blue) = 173+3+56=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0338 is #52FCC7. Grayscale: #3B3B3B. Windows color (decimal): -5438664 or 3670957. OLE color: 3670957.
HSL color Cylindrical-coordinate representation of color #AD0338: hue angle of 341.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0338 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.32 |
| HSL | 341.29º | 0.97% | 0.35% | - |
| HSV(B) | 341.29º | 0.98% | 0.68% | - |
| XYZ | 17.98 | 9.23 | 4.58 | - |
| YUV | 59.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 56 | 0 | 0.98 | 0.68 | 0.32 | 341.29 | 0.97 | 0.35 |
| Hex | AD | 3 | 38 | 0 | 62 | 44 | 20 | 155 | 61 | 23 |
| Octal | 255 | 3 | 70 | 0 | 142 | 104 | 40 | 525 | 141 | 43 |
| Binary | 10101101 | 11 | 111000 | 0 | 1100010 | 1000100 | 100000 | 101010101 | 1100001 | 100011 |
Color Harmonies of #AD0338
Complementary color
Monochromatic Colors of #AD0338
Black with #AD0338
Text Example
Text Example
White with #AD0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0338; }
p { color: rgb(173,3,56); }
H1.HeaderClassName
{
color: #AD0338;
}
.AnyTagClassName
{
color: #AD0338;
}
</style>
background-color css
<style>
a { background-color: #AD0338; }
a { background-color: rgb(173,3,56); }
div.DivClassName
{
background-color: #AD0338;
}
.BgClassName
{
background-color: #AD0338;
}
</style>
border-color css
<style>
span { border-color: #AD0338; }
span { border-color: rgb(173,3,56); }
td.TdClassName
{
border-color: #AD0338;
}
.TagClassName
{
border-color: #AD0338;
}
</style>