Shades of Cardinal #B5262A
Tints of Cardinal #B5262A
RGB
CMYK
RGB Variations
Color information
#B5262A (or 0xB5262A) is known color: Cardinal. HEX triplet: B5, 26 and 2A. RGB value is (181,38,42). Sum of RGB (Red+Green+Blue) = 181+38+42=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5262A is #4AD9D5. Grayscale: #515151. Windows color (decimal): -4905430 or 2762421. OLE color: 2762421.
HSL color Cylindrical-coordinate representation of color #B5262A: hue angle of 358.32º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5262A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 42 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.29 |
| HSL | 358.32º | 0.65% | 0.43% | - |
| HSV(B) | 358.32º | 0.79% | 0.71% | - |
| XYZ | 20.17 | 11.38 | 3.32 | - |
| YUV | 81.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 42 | 0 | 0.79 | 0.77 | 0.29 | 358.32 | 0.65 | 0.43 |
| Hex | B5 | 26 | 2A | 0 | 4F | 4D | 1D | 166 | 41 | 2B |
| Octal | 265 | 46 | 52 | 0 | 117 | 115 | 35 | 546 | 101 | 53 |
| Binary | 10110101 | 100110 | 101010 | 0 | 1001111 | 1001101 | 11101 | 101100110 | 1000001 | 101011 |
Color Harmonies of #B5262A
Complementary color
Monochromatic Colors of #B5262A
Black with #B5262A
Text Example
Text Example
White with #B5262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5262A; }
p { color: rgb(181,38,42); }
H1.HeaderClassName
{
color: #B5262A;
}
.AnyTagClassName
{
color: #B5262A;
}
</style>
background-color css
<style>
a { background-color: #B5262A; }
a { background-color: rgb(181,38,42); }
div.DivClassName
{
background-color: #B5262A;
}
.BgClassName
{
background-color: #B5262A;
}
</style>
border-color css
<style>
span { border-color: #B5262A; }
span { border-color: rgb(181,38,42); }
td.TdClassName
{
border-color: #B5262A;
}
.TagClassName
{
border-color: #B5262A;
}
</style>