Shades of Cardinal #AF0438
Tints of Cardinal #AF0438
RGB
CMYK
RGB Variations
Color information
#AF0438 (or 0xAF0438) is known color: Cardinal. HEX triplet: AF, 04 and 38. RGB value is (175,4,56). Sum of RGB (Red+Green+Blue) = 175+4+56=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0438 is #50FBC7. Grayscale: #3D3D3D. Windows color (decimal): -5307336 or 3671215. OLE color: 3671215.
HSL color Cylindrical-coordinate representation of color #AF0438: hue angle of 341.75º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0438 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.31 |
| HSL | 341.75º | 0.96% | 0.35% | - |
| HSV(B) | 341.75º | 0.98% | 0.69% | - |
| XYZ | 18.44 | 9.49 | 4.6 | - |
| YUV | 61.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 56 | 0 | 0.98 | 0.68 | 0.31 | 341.75 | 0.96 | 0.35 |
| Hex | AF | 4 | 38 | 0 | 62 | 44 | 1F | 156 | 60 | 23 |
| Octal | 257 | 4 | 70 | 0 | 142 | 104 | 37 | 526 | 140 | 43 |
| Binary | 10101111 | 100 | 111000 | 0 | 1100010 | 1000100 | 11111 | 101010110 | 1100000 | 100011 |
Color Harmonies of #AF0438
Complementary color
Monochromatic Colors of #AF0438
Black with #AF0438
Text Example
Text Example
White with #AF0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0438; }
p { color: rgb(175,4,56); }
H1.HeaderClassName
{
color: #AF0438;
}
.AnyTagClassName
{
color: #AF0438;
}
</style>
background-color css
<style>
a { background-color: #AF0438; }
a { background-color: rgb(175,4,56); }
div.DivClassName
{
background-color: #AF0438;
}
.BgClassName
{
background-color: #AF0438;
}
</style>
border-color css
<style>
span { border-color: #AF0438; }
span { border-color: rgb(175,4,56); }
td.TdClassName
{
border-color: #AF0438;
}
.TagClassName
{
border-color: #AF0438;
}
</style>