Shades of Cardinal #AF233A
Tints of Cardinal #AF233A
RGB
CMYK
RGB Variations
Color information
#AF233A (or 0xAF233A) is known color: Cardinal. HEX triplet: AF, 23 and 3A. RGB value is (175,35,58). Sum of RGB (Red+Green+Blue) = 175+35+58=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF233A is #50DCC5. Grayscale: #4F4F4F. Windows color (decimal): -5299398 or 3810223. OLE color: 3810223.
HSL color Cylindrical-coordinate representation of color #AF233A: hue angle of 350.14º 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 #AF233A is Cyan = 0, Magento = 0.8, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 35 | 58 | - |
| CMYK | 0 | 0.8 | 0.67 | 0.31 |
| HSL | 350.14º | 0.67% | 0.41% | - |
| HSV(B) | 350.14º | 0.8% | 0.69% | - |
| XYZ | 19.04 | 10.62 | 5.05 | - |
| YUV | 79.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 35 | 58 | 0 | 0.8 | 0.67 | 0.31 | 350.14 | 0.67 | 0.41 |
| Hex | AF | 23 | 3A | 0 | 50 | 43 | 1F | 15E | 43 | 29 |
| Octal | 257 | 43 | 72 | 0 | 120 | 103 | 37 | 536 | 103 | 51 |
| Binary | 10101111 | 100011 | 111010 | 0 | 1010000 | 1000011 | 11111 | 101011110 | 1000011 | 101001 |
Color Harmonies of #AF233A
Complementary color
Monochromatic Colors of #AF233A
Black with #AF233A
Text Example
Text Example
White with #AF233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF233A; }
p { color: rgb(175,35,58); }
H1.HeaderClassName
{
color: #AF233A;
}
.AnyTagClassName
{
color: #AF233A;
}
</style>
background-color css
<style>
a { background-color: #AF233A; }
a { background-color: rgb(175,35,58); }
div.DivClassName
{
background-color: #AF233A;
}
.BgClassName
{
background-color: #AF233A;
}
</style>
border-color css
<style>
span { border-color: #AF233A; }
span { border-color: rgb(175,35,58); }
td.TdClassName
{
border-color: #AF233A;
}
.TagClassName
{
border-color: #AF233A;
}
</style>