Shades of Cardinal #AF1B33
Tints of Cardinal #AF1B33
RGB
CMYK
RGB Variations
Color information
#AF1B33 (or 0xAF1B33) is known color: Cardinal. HEX triplet: AF, 1B and 33. RGB value is (175,27,51). Sum of RGB (Red+Green+Blue) = 175+27+51=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B33 is #50E4CC. Grayscale: #4A4A4A. Windows color (decimal): -5301453 or 3349423. OLE color: 3349423.
HSL color Cylindrical-coordinate representation of color #AF1B33: hue angle of 350.27º 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 #AF1B33 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 51 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.31 |
| HSL | 350.27º | 0.73% | 0.4% | - |
| HSV(B) | 350.27º | 0.85% | 0.69% | - |
| XYZ | 18.67 | 10.14 | 4.1 | - |
| YUV | 73.99 | 115.03 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 51 | 0 | 0.85 | 0.71 | 0.31 | 350.27 | 0.73 | 0.4 |
| Hex | AF | 1B | 33 | 0 | 55 | 47 | 1F | 15E | 49 | 28 |
| Octal | 257 | 33 | 63 | 0 | 125 | 107 | 37 | 536 | 111 | 50 |
| Binary | 10101111 | 11011 | 110011 | 0 | 1010101 | 1000111 | 11111 | 101011110 | 1001001 | 101000 |
Color Harmonies of #AF1B33
Complementary color
Monochromatic Colors of #AF1B33
Black with #AF1B33
Text Example
Text Example
White with #AF1B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B33; }
p { color: rgb(175,27,51); }
H1.HeaderClassName
{
color: #AF1B33;
}
.AnyTagClassName
{
color: #AF1B33;
}
</style>
background-color css
<style>
a { background-color: #AF1B33; }
a { background-color: rgb(175,27,51); }
div.DivClassName
{
background-color: #AF1B33;
}
.BgClassName
{
background-color: #AF1B33;
}
</style>
border-color css
<style>
span { border-color: #AF1B33; }
span { border-color: rgb(175,27,51); }
td.TdClassName
{
border-color: #AF1B33;
}
.TagClassName
{
border-color: #AF1B33;
}
</style>