Shades of Cardinal #AD1B34
Tints of Cardinal #AD1B34
RGB
CMYK
RGB Variations
Color information
#AD1B34 (or 0xAD1B34) is known color: Cardinal. HEX triplet: AD, 1B and 34. RGB value is (173,27,52). Sum of RGB (Red+Green+Blue) = 173+27+52=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B34 is #52E4CB. Grayscale: #494949. Windows color (decimal): -5432524 or 3414957. OLE color: 3414957.
HSL color Cylindrical-coordinate representation of color #AD1B34: hue angle of 349.73º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B34 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 52 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.32 |
| HSL | 349.73º | 0.73% | 0.39% | - |
| HSV(B) | 349.73º | 0.84% | 0.68% | - |
| XYZ | 18.25 | 9.92 | 4.2 | - |
| YUV | 73.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 52 | 0 | 0.84 | 0.70 | 0.32 | 349.73 | 0.73 | 0.39 |
| Hex | AD | 1B | 34 | 0 | 54 | 46 | 20 | 15E | 49 | 27 |
| Octal | 255 | 33 | 64 | 0 | 124 | 106 | 40 | 536 | 111 | 47 |
| Binary | 10101101 | 11011 | 110100 | 0 | 1010100 | 1000110 | 100000 | 101011110 | 1001001 | 100111 |
Color Harmonies of #AD1B34
Complementary color
Monochromatic Colors of #AD1B34
Black with #AD1B34
Text Example
Text Example
White with #AD1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B34; }
p { color: rgb(173,27,52); }
H1.HeaderClassName
{
color: #AD1B34;
}
.AnyTagClassName
{
color: #AD1B34;
}
</style>
background-color css
<style>
a { background-color: #AD1B34; }
a { background-color: rgb(173,27,52); }
div.DivClassName
{
background-color: #AD1B34;
}
.BgClassName
{
background-color: #AD1B34;
}
</style>
border-color css
<style>
span { border-color: #AD1B34; }
span { border-color: rgb(173,27,52); }
td.TdClassName
{
border-color: #AD1B34;
}
.TagClassName
{
border-color: #AD1B34;
}
</style>