Shades of Cardinal #AF1B36
Tints of Cardinal #AF1B36
RGB
CMYK
RGB Variations
Color information
#AF1B36 (or 0xAF1B36) is known color: Cardinal. HEX triplet: AF, 1B and 36. RGB value is (175,27,54). Sum of RGB (Red+Green+Blue) = 175+27+54=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B36 is #50E4C9. Grayscale: #4A4A4A. Windows color (decimal): -5301450 or 3546031. OLE color: 3546031.
HSL color Cylindrical-coordinate representation of color #AF1B36: hue angle of 349.05º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B36 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 54 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.31 |
| HSL | 349.05º | 0.73% | 0.4% | - |
| HSV(B) | 349.05º | 0.85% | 0.69% | - |
| XYZ | 18.74 | 10.16 | 4.46 | - |
| YUV | 74.33 | 116.53 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 54 | 0 | 0.85 | 0.69 | 0.31 | 349.05 | 0.73 | 0.4 |
| Hex | AF | 1B | 36 | 0 | 55 | 45 | 1F | 15D | 49 | 28 |
| Octal | 257 | 33 | 66 | 0 | 125 | 105 | 37 | 535 | 111 | 50 |
| Binary | 10101111 | 11011 | 110110 | 0 | 1010101 | 1000101 | 11111 | 101011101 | 1001001 | 101000 |
Color Harmonies of #AF1B36
Complementary color
Monochromatic Colors of #AF1B36
Black with #AF1B36
Text Example
Text Example
White with #AF1B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B36; }
p { color: rgb(175,27,54); }
H1.HeaderClassName
{
color: #AF1B36;
}
.AnyTagClassName
{
color: #AF1B36;
}
</style>
background-color css
<style>
a { background-color: #AF1B36; }
a { background-color: rgb(175,27,54); }
div.DivClassName
{
background-color: #AF1B36;
}
.BgClassName
{
background-color: #AF1B36;
}
</style>
border-color css
<style>
span { border-color: #AF1B36; }
span { border-color: rgb(175,27,54); }
td.TdClassName
{
border-color: #AF1B36;
}
.TagClassName
{
border-color: #AF1B36;
}
</style>