Shades of Cardinal #AF262F
Tints of Cardinal #AF262F
RGB
CMYK
RGB Variations
Color information
#AF262F (or 0xAF262F) is known color: Cardinal. HEX triplet: AF, 26 and 2F. RGB value is (175,38,47). Sum of RGB (Red+Green+Blue) = 175+38+47=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF262F is #50D9D0. Grayscale: #505050. Windows color (decimal): -5298641 or 3090095. OLE color: 3090095.
HSL color Cylindrical-coordinate representation of color #AF262F: hue angle of 356.06º 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 #AF262F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 47 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.31 |
| HSL | 356.06º | 0.64% | 0.42% | - |
| HSV(B) | 356.06º | 0.78% | 0.69% | - |
| XYZ | 18.89 | 10.71 | 3.76 | - |
| YUV | 79.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 47 | 0 | 0.78 | 0.73 | 0.31 | 356.06 | 0.64 | 0.42 |
| Hex | AF | 26 | 2F | 0 | 4E | 49 | 1F | 164 | 40 | 2A |
| Octal | 257 | 46 | 57 | 0 | 116 | 111 | 37 | 544 | 100 | 52 |
| Binary | 10101111 | 100110 | 101111 | 0 | 1001110 | 1001001 | 11111 | 101100100 | 1000000 | 101010 |
Color Harmonies of #AF262F
Complementary color
Monochromatic Colors of #AF262F
Black with #AF262F
Text Example
Text Example
White with #AF262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF262F; }
p { color: rgb(175,38,47); }
H1.HeaderClassName
{
color: #AF262F;
}
.AnyTagClassName
{
color: #AF262F;
}
</style>
background-color css
<style>
a { background-color: #AF262F; }
a { background-color: rgb(175,38,47); }
div.DivClassName
{
background-color: #AF262F;
}
.BgClassName
{
background-color: #AF262F;
}
</style>
border-color css
<style>
span { border-color: #AF262F; }
span { border-color: rgb(175,38,47); }
td.TdClassName
{
border-color: #AF262F;
}
.TagClassName
{
border-color: #AF262F;
}
</style>