Shades of Cardinal #AF263C
Tints of Cardinal #AF263C
RGB
CMYK
RGB Variations
Color information
#AF263C (or 0xAF263C) is known color: Cardinal. HEX triplet: AF, 26 and 3C. RGB value is (175,38,60). Sum of RGB (Red+Green+Blue) = 175+38+60=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF263C is #50D9C3. Grayscale: #515151. Windows color (decimal): -5298628 or 3942063. OLE color: 3942063.
HSL color Cylindrical-coordinate representation of color #AF263C: hue angle of 350.36º 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 #AF263C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 60 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.31 |
| HSL | 350.37º | 0.64% | 0.42% | - |
| HSV(B) | 350.37º | 0.78% | 0.69% | - |
| XYZ | 19.19 | 10.83 | 5.35 | - |
| YUV | 81.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 60 | 0 | 0.78 | 0.66 | 0.31 | 350.37 | 0.64 | 0.42 |
| Hex | AF | 26 | 3C | 0 | 4E | 42 | 1F | 15E | 40 | 2A |
| Octal | 257 | 46 | 74 | 0 | 116 | 102 | 37 | 536 | 100 | 52 |
| Binary | 10101111 | 100110 | 111100 | 0 | 1001110 | 1000010 | 11111 | 101011110 | 1000000 | 101010 |
Color Harmonies of #AF263C
Complementary color
Monochromatic Colors of #AF263C
Black with #AF263C
Text Example
Text Example
White with #AF263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF263C; }
p { color: rgb(175,38,60); }
H1.HeaderClassName
{
color: #AF263C;
}
.AnyTagClassName
{
color: #AF263C;
}
</style>
background-color css
<style>
a { background-color: #AF263C; }
a { background-color: rgb(175,38,60); }
div.DivClassName
{
background-color: #AF263C;
}
.BgClassName
{
background-color: #AF263C;
}
</style>
border-color css
<style>
span { border-color: #AF263C; }
span { border-color: rgb(175,38,60); }
td.TdClassName
{
border-color: #AF263C;
}
.TagClassName
{
border-color: #AF263C;
}
</style>