Shades of Cardinal #AF1838
Tints of Cardinal #AF1838
RGB
CMYK
RGB Variations
Color information
#AF1838 (or 0xAF1838) is known color: Cardinal. HEX triplet: AF, 18 and 38. RGB value is (175,24,56). Sum of RGB (Red+Green+Blue) = 175+24+56=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1838 is #50E7C7. Grayscale: #484848. Windows color (decimal): -5302216 or 3676335. OLE color: 3676335.
HSL color Cylindrical-coordinate representation of color #AF1838: hue angle of 347.28º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1838 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 24 | 56 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.31 |
| HSL | 347.28º | 0.76% | 0.39% | - |
| HSV(B) | 347.28º | 0.86% | 0.69% | - |
| XYZ | 18.72 | 10.05 | 4.7 | - |
| YUV | 72.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 56 | 0 | 0.86 | 0.68 | 0.31 | 347.28 | 0.76 | 0.39 |
| Hex | AF | 18 | 38 | 0 | 56 | 44 | 1F | 15B | 4C | 27 |
| Octal | 257 | 30 | 70 | 0 | 126 | 104 | 37 | 533 | 114 | 47 |
| Binary | 10101111 | 11000 | 111000 | 0 | 1010110 | 1000100 | 11111 | 101011011 | 1001100 | 100111 |
Color Harmonies of #AF1838
Complementary color
Monochromatic Colors of #AF1838
Black with #AF1838
Text Example
Text Example
White with #AF1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1838; }
p { color: rgb(175,24,56); }
H1.HeaderClassName
{
color: #AF1838;
}
.AnyTagClassName
{
color: #AF1838;
}
</style>
background-color css
<style>
a { background-color: #AF1838; }
a { background-color: rgb(175,24,56); }
div.DivClassName
{
background-color: #AF1838;
}
.BgClassName
{
background-color: #AF1838;
}
</style>
border-color css
<style>
span { border-color: #AF1838; }
span { border-color: rgb(175,24,56); }
td.TdClassName
{
border-color: #AF1838;
}
.TagClassName
{
border-color: #AF1838;
}
</style>