Shades of Cardinal #B5202B
Tints of Cardinal #B5202B
RGB
CMYK
RGB Variations
Color information
#B5202B (or 0xB5202B) is known color: Cardinal. HEX triplet: B5, 20 and 2B. RGB value is (181,32,43). Sum of RGB (Red+Green+Blue) = 181+32+43=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B5202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5202B is #4ADFD4. Grayscale: #4D4D4D. Windows color (decimal): -4906965 or 2826421. OLE color: 2826421.
HSL color Cylindrical-coordinate representation of color #B5202B: hue angle of 355.57º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5202B is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 32 | 43 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.29 |
| HSL | 355.57º | 0.7% | 0.42% | - |
| HSV(B) | 355.57º | 0.82% | 0.71% | - |
| XYZ | 20.01 | 11.03 | 3.36 | - |
| YUV | 77.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 32 | 43 | 0 | 0.82 | 0.76 | 0.29 | 355.57 | 0.7 | 0.42 |
| Hex | B5 | 20 | 2B | 0 | 52 | 4C | 1D | 164 | 46 | 2A |
| Octal | 265 | 40 | 53 | 0 | 122 | 114 | 35 | 544 | 106 | 52 |
| Binary | 10110101 | 100000 | 101011 | 0 | 1010010 | 1001100 | 11101 | 101100100 | 1000110 | 101010 |
Color Harmonies of #B5202B
Complementary color
Monochromatic Colors of #B5202B
Black with #B5202B
Text Example
Text Example
White with #B5202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5202B; }
p { color: rgb(181,32,43); }
H1.HeaderClassName
{
color: #B5202B;
}
.AnyTagClassName
{
color: #B5202B;
}
</style>
background-color css
<style>
a { background-color: #B5202B; }
a { background-color: rgb(181,32,43); }
div.DivClassName
{
background-color: #B5202B;
}
.BgClassName
{
background-color: #B5202B;
}
</style>
border-color css
<style>
span { border-color: #B5202B; }
span { border-color: rgb(181,32,43); }
td.TdClassName
{
border-color: #B5202B;
}
.TagClassName
{
border-color: #B5202B;
}
</style>