Shades of Cardinal #AC0338
Tints of Cardinal #AC0338
RGB
CMYK
RGB Variations
Color information
#AC0338 (or 0xAC0338) is known color: Cardinal. HEX triplet: AC, 03 and 38. RGB value is (172,3,56). Sum of RGB (Red+Green+Blue) = 172+3+56=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0338 is #53FCC7. Grayscale: #3B3B3B. Windows color (decimal): -5504200 or 3670956. OLE color: 3670956.
HSL color Cylindrical-coordinate representation of color #AC0338: hue angle of 341.18º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0338 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.33 |
| HSL | 341.18º | 0.97% | 0.34% | - |
| HSV(B) | 341.18º | 0.98% | 0.67% | - |
| XYZ | 17.76 | 9.12 | 4.57 | - |
| YUV | 59.57 | 125.99 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 56 | 0 | 0.98 | 0.67 | 0.33 | 341.18 | 0.97 | 0.34 |
| Hex | AC | 3 | 38 | 0 | 62 | 43 | 21 | 155 | 61 | 22 |
| Octal | 254 | 3 | 70 | 0 | 142 | 103 | 41 | 525 | 141 | 42 |
| Binary | 10101100 | 11 | 111000 | 0 | 1100010 | 1000011 | 100001 | 101010101 | 1100001 | 100010 |
Color Harmonies of #AC0338
Complementary color
Monochromatic Colors of #AC0338
Black with #AC0338
Text Example
Text Example
White with #AC0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0338; }
p { color: rgb(172,3,56); }
H1.HeaderClassName
{
color: #AC0338;
}
.AnyTagClassName
{
color: #AC0338;
}
</style>
background-color css
<style>
a { background-color: #AC0338; }
a { background-color: rgb(172,3,56); }
div.DivClassName
{
background-color: #AC0338;
}
.BgClassName
{
background-color: #AC0338;
}
</style>
border-color css
<style>
span { border-color: #AC0338; }
span { border-color: rgb(172,3,56); }
td.TdClassName
{
border-color: #AC0338;
}
.TagClassName
{
border-color: #AC0338;
}
</style>