Shades of Cardinal #B40835
Tints of Cardinal #B40835
RGB
CMYK
RGB Variations
Color information
#B40835 (or 0xB40835) is known color: Cardinal. HEX triplet: B4, 08 and 35. RGB value is (180,8,53). Sum of RGB (Red+Green+Blue) = 180+8+53=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B40835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40835 is #4BF7CA. Grayscale: #404040. Windows color (decimal): -4978635 or 3475636. OLE color: 3475636.
HSL color Cylindrical-coordinate representation of color #B40835: hue angle of 344.3º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40835 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 53 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.29 |
| HSL | 344.3º | 0.91% | 0.37% | - |
| HSV(B) | 344.3º | 0.96% | 0.71% | - |
| XYZ | 19.55 | 10.13 | 4.29 | - |
| YUV | 64.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 53 | 0 | 0.96 | 0.71 | 0.29 | 344.3 | 0.91 | 0.37 |
| Hex | B4 | 8 | 35 | 0 | 60 | 47 | 1D | 158 | 5B | 25 |
| Octal | 264 | 10 | 65 | 0 | 140 | 107 | 35 | 530 | 133 | 45 |
| Binary | 10110100 | 1000 | 110101 | 0 | 1100000 | 1000111 | 11101 | 101011000 | 1011011 | 100101 |
Color Harmonies of #B40835
Complementary color
Monochromatic Colors of #B40835
Black with #B40835
Text Example
Text Example
White with #B40835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40835; }
p { color: rgb(180,8,53); }
H1.HeaderClassName
{
color: #B40835;
}
.AnyTagClassName
{
color: #B40835;
}
</style>
background-color css
<style>
a { background-color: #B40835; }
a { background-color: rgb(180,8,53); }
div.DivClassName
{
background-color: #B40835;
}
.BgClassName
{
background-color: #B40835;
}
</style>
border-color css
<style>
span { border-color: #B40835; }
span { border-color: rgb(180,8,53); }
td.TdClassName
{
border-color: #B40835;
}
.TagClassName
{
border-color: #B40835;
}
</style>