Shades of Cardinal #B5263D
Tints of Cardinal #B5263D
RGB
CMYK
RGB Variations
Color information
#B5263D (or 0xB5263D) is known color: Cardinal. HEX triplet: B5, 26 and 3D. RGB value is (181,38,61). Sum of RGB (Red+Green+Blue) = 181+38+61=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5263D is #4AD9C2. Grayscale: #535353. Windows color (decimal): -4905411 or 4007605. OLE color: 4007605.
HSL color Cylindrical-coordinate representation of color #B5263D: hue angle of 350.35º 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 #B5263D is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 61 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.29 |
| HSL | 350.35º | 0.65% | 0.43% | - |
| HSV(B) | 350.35º | 0.79% | 0.71% | - |
| XYZ | 20.59 | 11.55 | 5.56 | - |
| YUV | 83.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 61 | 0 | 0.79 | 0.66 | 0.29 | 350.35 | 0.65 | 0.43 |
| Hex | B5 | 26 | 3D | 0 | 4F | 42 | 1D | 15E | 41 | 2B |
| Octal | 265 | 46 | 75 | 0 | 117 | 102 | 35 | 536 | 101 | 53 |
| Binary | 10110101 | 100110 | 111101 | 0 | 1001111 | 1000010 | 11101 | 101011110 | 1000001 | 101011 |
Color Harmonies of #B5263D
Complementary color
Monochromatic Colors of #B5263D
Black with #B5263D
Text Example
Text Example
White with #B5263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5263D; }
p { color: rgb(181,38,61); }
H1.HeaderClassName
{
color: #B5263D;
}
.AnyTagClassName
{
color: #B5263D;
}
</style>
background-color css
<style>
a { background-color: #B5263D; }
a { background-color: rgb(181,38,61); }
div.DivClassName
{
background-color: #B5263D;
}
.BgClassName
{
background-color: #B5263D;
}
</style>
border-color css
<style>
span { border-color: #B5263D; }
span { border-color: rgb(181,38,61); }
td.TdClassName
{
border-color: #B5263D;
}
.TagClassName
{
border-color: #B5263D;
}
</style>