Shades of Cardinal #AF242B
Tints of Cardinal #AF242B
RGB
CMYK
RGB Variations
Color information
#AF242B (or 0xAF242B) is known color: Cardinal. HEX triplet: AF, 24 and 2B. RGB value is (175,36,43). Sum of RGB (Red+Green+Blue) = 175+36+43=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF242B is #50DBD4. Grayscale: #4E4E4E. Windows color (decimal): -5299157 or 2827439. OLE color: 2827439.
HSL color Cylindrical-coordinate representation of color #AF242B: hue angle of 356.98º 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 #AF242B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 43 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.31 |
| HSL | 356.98º | 0.66% | 0.41% | - |
| HSV(B) | 356.98º | 0.79% | 0.69% | - |
| XYZ | 18.75 | 10.55 | 3.33 | - |
| YUV | 78.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 43 | 0 | 0.79 | 0.75 | 0.31 | 356.98 | 0.66 | 0.41 |
| Hex | AF | 24 | 2B | 0 | 4F | 4B | 1F | 165 | 42 | 29 |
| Octal | 257 | 44 | 53 | 0 | 117 | 113 | 37 | 545 | 102 | 51 |
| Binary | 10101111 | 100100 | 101011 | 0 | 1001111 | 1001011 | 11111 | 101100101 | 1000010 | 101001 |
Color Harmonies of #AF242B
Complementary color
Monochromatic Colors of #AF242B
Black with #AF242B
Text Example
Text Example
White with #AF242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF242B; }
p { color: rgb(175,36,43); }
H1.HeaderClassName
{
color: #AF242B;
}
.AnyTagClassName
{
color: #AF242B;
}
</style>
background-color css
<style>
a { background-color: #AF242B; }
a { background-color: rgb(175,36,43); }
div.DivClassName
{
background-color: #AF242B;
}
.BgClassName
{
background-color: #AF242B;
}
</style>
border-color css
<style>
span { border-color: #AF242B; }
span { border-color: rgb(175,36,43); }
td.TdClassName
{
border-color: #AF242B;
}
.TagClassName
{
border-color: #AF242B;
}
</style>