Shades of Cardinal #AF232A
Tints of Cardinal #AF232A
RGB
CMYK
RGB Variations
Color information
#AF232A (or 0xAF232A) is known color: Cardinal. HEX triplet: AF, 23 and 2A. RGB value is (175,35,42). Sum of RGB (Red+Green+Blue) = 175+35+42=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF232A is #50DCD5. Grayscale: #4D4D4D. Windows color (decimal): -5299414 or 2761647. OLE color: 2761647.
HSL color Cylindrical-coordinate representation of color #AF232A: hue angle of 357º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF232A is Cyan = 0, Magento = 0.8, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 42 | - |
| CMYK | 0 | 0.8 | 0.76 | 0.31 |
| HSL | 357º | 0.67% | 0.41% | - |
| HSV(B) | 357º | 0.8% | 0.69% | - |
| XYZ | 18.7 | 10.48 | 3.23 | - |
| YUV | 77.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 42 | 0 | 0.8 | 0.76 | 0.31 | 357 | 0.67 | 0.41 |
| Hex | AF | 23 | 2A | 0 | 50 | 4C | 1F | 165 | 43 | 29 |
| Octal | 257 | 43 | 52 | 0 | 120 | 114 | 37 | 545 | 103 | 51 |
| Binary | 10101111 | 100011 | 101010 | 0 | 1010000 | 1001100 | 11111 | 101100101 | 1000011 | 101001 |
Color Harmonies of #AF232A
Complementary color
Monochromatic Colors of #AF232A
Black with #AF232A
Text Example
Text Example
White with #AF232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF232A; }
p { color: rgb(175,35,42); }
H1.HeaderClassName
{
color: #AF232A;
}
.AnyTagClassName
{
color: #AF232A;
}
</style>
background-color css
<style>
a { background-color: #AF232A; }
a { background-color: rgb(175,35,42); }
div.DivClassName
{
background-color: #AF232A;
}
.BgClassName
{
background-color: #AF232A;
}
</style>
border-color css
<style>
span { border-color: #AF232A; }
span { border-color: rgb(175,35,42); }
td.TdClassName
{
border-color: #AF232A;
}
.TagClassName
{
border-color: #AF232A;
}
</style>