Shades of Cardinal #AF1C33
Tints of Cardinal #AF1C33
RGB
CMYK
RGB Variations
Color information
#AF1C33 (or 0xAF1C33) is known color: Cardinal. HEX triplet: AF, 1C and 33. RGB value is (175,28,51). Sum of RGB (Red+Green+Blue) = 175+28+51=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1C33 is #50E3CC. Grayscale: #4A4A4A. Windows color (decimal): -5301197 or 3349679. OLE color: 3349679.
HSL color Cylindrical-coordinate representation of color #AF1C33: hue angle of 350.61º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF1C33 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 51 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.31 |
| HSL | 350.61º | 0.72% | 0.4% | - |
| HSV(B) | 350.61º | 0.84% | 0.69% | - |
| XYZ | 18.69 | 10.18 | 4.11 | - |
| YUV | 74.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 51 | 0 | 0.84 | 0.71 | 0.31 | 350.61 | 0.72 | 0.4 |
| Hex | AF | 1C | 33 | 0 | 54 | 47 | 1F | 15F | 48 | 28 |
| Octal | 257 | 34 | 63 | 0 | 124 | 107 | 37 | 537 | 110 | 50 |
| Binary | 10101111 | 11100 | 110011 | 0 | 1010100 | 1000111 | 11111 | 101011111 | 1001000 | 101000 |
Color Harmonies of #AF1C33
Complementary color
Monochromatic Colors of #AF1C33
Black with #AF1C33
Text Example
Text Example
White with #AF1C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C33; }
p { color: rgb(175,28,51); }
H1.HeaderClassName
{
color: #AF1C33;
}
.AnyTagClassName
{
color: #AF1C33;
}
</style>
background-color css
<style>
a { background-color: #AF1C33; }
a { background-color: rgb(175,28,51); }
div.DivClassName
{
background-color: #AF1C33;
}
.BgClassName
{
background-color: #AF1C33;
}
</style>
border-color css
<style>
span { border-color: #AF1C33; }
span { border-color: rgb(175,28,51); }
td.TdClassName
{
border-color: #AF1C33;
}
.TagClassName
{
border-color: #AF1C33;
}
</style>