Shades of Cardinal #B5262F
Tints of Cardinal #B5262F
RGB
CMYK
RGB Variations
Color information
#B5262F (or 0xB5262F) is known color: Cardinal. HEX triplet: B5, 26 and 2F. RGB value is (181,38,47). Sum of RGB (Red+Green+Blue) = 181+38+47=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5262F is #4AD9D0. Grayscale: #515151. Windows color (decimal): -4905425 or 3090101. OLE color: 3090101.
HSL color Cylindrical-coordinate representation of color #B5262F: hue angle of 356.22º 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 #B5262F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 47 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.29 |
| HSL | 356.22º | 0.65% | 0.43% | - |
| HSV(B) | 356.22º | 0.79% | 0.71% | - |
| XYZ | 20.26 | 11.42 | 3.82 | - |
| YUV | 81.78 | 108.38 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 47 | 0 | 0.79 | 0.74 | 0.29 | 356.22 | 0.65 | 0.43 |
| Hex | B5 | 26 | 2F | 0 | 4F | 4A | 1D | 164 | 41 | 2B |
| Octal | 265 | 46 | 57 | 0 | 117 | 112 | 35 | 544 | 101 | 53 |
| Binary | 10110101 | 100110 | 101111 | 0 | 1001111 | 1001010 | 11101 | 101100100 | 1000001 | 101011 |
Color Harmonies of #B5262F
Complementary color
Monochromatic Colors of #B5262F
Black with #B5262F
Text Example
Text Example
White with #B5262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5262F; }
p { color: rgb(181,38,47); }
H1.HeaderClassName
{
color: #B5262F;
}
.AnyTagClassName
{
color: #B5262F;
}
</style>
background-color css
<style>
a { background-color: #B5262F; }
a { background-color: rgb(181,38,47); }
div.DivClassName
{
background-color: #B5262F;
}
.BgClassName
{
background-color: #B5262F;
}
</style>
border-color css
<style>
span { border-color: #B5262F; }
span { border-color: rgb(181,38,47); }
td.TdClassName
{
border-color: #B5262F;
}
.TagClassName
{
border-color: #B5262F;
}
</style>