Shades of Cardinal #AF2632
Tints of Cardinal #AF2632
RGB
CMYK
RGB Variations
Color information
#AF2632 (or 0xAF2632) is known color: Cardinal. HEX triplet: AF, 26 and 32. RGB value is (175,38,50). Sum of RGB (Red+Green+Blue) = 175+38+50=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2632 is #50D9CD. Grayscale: #505050. Windows color (decimal): -5298638 or 3286703. OLE color: 3286703.
HSL color Cylindrical-coordinate representation of color #AF2632: hue angle of 354.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2632 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 50 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.31 |
| HSL | 354.74º | 0.64% | 0.42% | - |
| HSV(B) | 354.74º | 0.78% | 0.69% | - |
| XYZ | 18.95 | 10.73 | 4.09 | - |
| YUV | 80.33 | 110.89 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 50 | 0 | 0.78 | 0.71 | 0.31 | 354.74 | 0.64 | 0.42 |
| Hex | AF | 26 | 32 | 0 | 4E | 47 | 1F | 163 | 40 | 2A |
| Octal | 257 | 46 | 62 | 0 | 116 | 107 | 37 | 543 | 100 | 52 |
| Binary | 10101111 | 100110 | 110010 | 0 | 1001110 | 1000111 | 11111 | 101100011 | 1000000 | 101010 |
Color Harmonies of #AF2632
Complementary color
Monochromatic Colors of #AF2632
Black with #AF2632
Text Example
Text Example
White with #AF2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2632; }
p { color: rgb(175,38,50); }
H1.HeaderClassName
{
color: #AF2632;
}
.AnyTagClassName
{
color: #AF2632;
}
</style>
background-color css
<style>
a { background-color: #AF2632; }
a { background-color: rgb(175,38,50); }
div.DivClassName
{
background-color: #AF2632;
}
.BgClassName
{
background-color: #AF2632;
}
</style>
border-color css
<style>
span { border-color: #AF2632; }
span { border-color: rgb(175,38,50); }
td.TdClassName
{
border-color: #AF2632;
}
.TagClassName
{
border-color: #AF2632;
}
</style>