Shades of Cardinal #AF232D
Tints of Cardinal #AF232D
RGB
CMYK
RGB Variations
Color information
#AF232D (or 0xAF232D) is known color: Cardinal. HEX triplet: AF, 23 and 2D. RGB value is (175,35,45). Sum of RGB (Red+Green+Blue) = 175+35+45=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF232D is #50DCD2. Grayscale: #4E4E4E. Windows color (decimal): -5299411 or 2958255. OLE color: 2958255.
HSL color Cylindrical-coordinate representation of color #AF232D: hue angle of 355.71º 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 #AF232D is Cyan = 0, Magento = 0.8, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 45 | - |
| CMYK | 0 | 0.8 | 0.74 | 0.31 |
| HSL | 355.71º | 0.67% | 0.41% | - |
| HSV(B) | 355.71º | 0.8% | 0.69% | - |
| XYZ | 18.75 | 10.51 | 3.52 | - |
| YUV | 78 | 109.38 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 45 | 0 | 0.8 | 0.74 | 0.31 | 355.71 | 0.67 | 0.41 |
| Hex | AF | 23 | 2D | 0 | 50 | 4A | 1F | 164 | 43 | 29 |
| Octal | 257 | 43 | 55 | 0 | 120 | 112 | 37 | 544 | 103 | 51 |
| Binary | 10101111 | 100011 | 101101 | 0 | 1010000 | 1001010 | 11111 | 101100100 | 1000011 | 101001 |
Color Harmonies of #AF232D
Complementary color
Monochromatic Colors of #AF232D
Black with #AF232D
Text Example
Text Example
White with #AF232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF232D; }
p { color: rgb(175,35,45); }
H1.HeaderClassName
{
color: #AF232D;
}
.AnyTagClassName
{
color: #AF232D;
}
</style>
background-color css
<style>
a { background-color: #AF232D; }
a { background-color: rgb(175,35,45); }
div.DivClassName
{
background-color: #AF232D;
}
.BgClassName
{
background-color: #AF232D;
}
</style>
border-color css
<style>
span { border-color: #AF232D; }
span { border-color: rgb(175,35,45); }
td.TdClassName
{
border-color: #AF232D;
}
.TagClassName
{
border-color: #AF232D;
}
</style>