Shades of Cardinal #AF1338
Tints of Cardinal #AF1338
RGB
CMYK
RGB Variations
Color information
#AF1338 (or 0xAF1338) is known color: Cardinal. HEX triplet: AF, 13 and 38. RGB value is (175,19,56). Sum of RGB (Red+Green+Blue) = 175+19+56=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1338 is #50ECC7. Grayscale: #454545. Windows color (decimal): -5303496 or 3675055. OLE color: 3675055.
HSL color Cylindrical-coordinate representation of color #AF1338: hue angle of 345.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1338 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 56 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.31 |
| HSL | 345.77º | 0.8% | 0.38% | - |
| HSV(B) | 345.77º | 0.89% | 0.69% | - |
| XYZ | 18.63 | 9.87 | 4.66 | - |
| YUV | 69.86 | 120.18 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 56 | 0 | 0.89 | 0.68 | 0.31 | 345.77 | 0.8 | 0.38 |
| Hex | AF | 13 | 38 | 0 | 59 | 44 | 1F | 15A | 50 | 26 |
| Octal | 257 | 23 | 70 | 0 | 131 | 104 | 37 | 532 | 120 | 46 |
| Binary | 10101111 | 10011 | 111000 | 0 | 1011001 | 1000100 | 11111 | 101011010 | 1010000 | 100110 |
Color Harmonies of #AF1338
Complementary color
Monochromatic Colors of #AF1338
Black with #AF1338
Text Example
Text Example
White with #AF1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1338; }
p { color: rgb(175,19,56); }
H1.HeaderClassName
{
color: #AF1338;
}
.AnyTagClassName
{
color: #AF1338;
}
</style>
background-color css
<style>
a { background-color: #AF1338; }
a { background-color: rgb(175,19,56); }
div.DivClassName
{
background-color: #AF1338;
}
.BgClassName
{
background-color: #AF1338;
}
</style>
border-color css
<style>
span { border-color: #AF1338; }
span { border-color: rgb(175,19,56); }
td.TdClassName
{
border-color: #AF1338;
}
.TagClassName
{
border-color: #AF1338;
}
</style>