Shades of Cardinal #AF242D
Tints of Cardinal #AF242D
RGB
CMYK
RGB Variations
Color information
#AF242D (or 0xAF242D) is known color: Cardinal. HEX triplet: AF, 24 and 2D. RGB value is (175,36,45). Sum of RGB (Red+Green+Blue) = 175+36+45=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF242D is #50DBD2. Grayscale: #4E4E4E. Windows color (decimal): -5299155 or 2958511. OLE color: 2958511.
HSL color Cylindrical-coordinate representation of color #AF242D: hue angle of 356.12º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF242D is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 45 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.31 |
| HSL | 356.12º | 0.66% | 0.41% | - |
| HSV(B) | 356.12º | 0.79% | 0.69% | - |
| XYZ | 18.78 | 10.57 | 3.53 | - |
| YUV | 78.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 45 | 0 | 0.79 | 0.74 | 0.31 | 356.12 | 0.66 | 0.41 |
| Hex | AF | 24 | 2D | 0 | 4F | 4A | 1F | 164 | 42 | 29 |
| Octal | 257 | 44 | 55 | 0 | 117 | 112 | 37 | 544 | 102 | 51 |
| Binary | 10101111 | 100100 | 101101 | 0 | 1001111 | 1001010 | 11111 | 101100100 | 1000010 | 101001 |
Color Harmonies of #AF242D
Complementary color
Monochromatic Colors of #AF242D
Black with #AF242D
Text Example
Text Example
White with #AF242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF242D; }
p { color: rgb(175,36,45); }
H1.HeaderClassName
{
color: #AF242D;
}
.AnyTagClassName
{
color: #AF242D;
}
</style>
background-color css
<style>
a { background-color: #AF242D; }
a { background-color: rgb(175,36,45); }
div.DivClassName
{
background-color: #AF242D;
}
.BgClassName
{
background-color: #AF242D;
}
</style>
border-color css
<style>
span { border-color: #AF242D; }
span { border-color: rgb(175,36,45); }
td.TdClassName
{
border-color: #AF242D;
}
.TagClassName
{
border-color: #AF242D;
}
</style>