Shades of Cardinal #B5003D
Tints of Cardinal #B5003D
RGB
CMYK
RGB Variations
Color information
#B5003D (or 0xB5003D) is known color: Cardinal. HEX triplet: B5, 00 and 3D. RGB value is (181,0,61). Sum of RGB (Red+Green+Blue) = 181+0+61=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B5003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5003D is #4AFFC2. Grayscale: #3D3D3D. Windows color (decimal): -4915139 or 3997877. OLE color: 3997877.
HSL color Cylindrical-coordinate representation of color #B5003D: hue angle of 339.78º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5003D is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.66 | 0.29 |
| HSL | 339.78º | 1% | 0.35% | - |
| HSV(B) | 339.78º | 1% | 0.71% | - |
| XYZ | 19.9 | 10.16 | 5.33 | - |
| YUV | 61.07 | 127.97 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 61 | 0 | 1 | 0.66 | 0.29 | 339.78 | 1 | 0.35 |
| Hex | B5 | 0 | 3D | 0 | 64 | 42 | 1D | 154 | 64 | 23 |
| Octal | 265 | 0 | 75 | 0 | 144 | 102 | 35 | 524 | 144 | 43 |
| Binary | 10110101 | 0 | 111101 | 0 | 1100100 | 1000010 | 11101 | 101010100 | 1100100 | 100011 |
Color Harmonies of #B5003D
Complementary color
Monochromatic Colors of #B5003D
Black with #B5003D
Text Example
Text Example
White with #B5003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5003D; }
p { color: rgb(181,0,61); }
H1.HeaderClassName
{
color: #B5003D;
}
.AnyTagClassName
{
color: #B5003D;
}
</style>
background-color css
<style>
a { background-color: #B5003D; }
a { background-color: rgb(181,0,61); }
div.DivClassName
{
background-color: #B5003D;
}
.BgClassName
{
background-color: #B5003D;
}
</style>
border-color css
<style>
span { border-color: #B5003D; }
span { border-color: rgb(181,0,61); }
td.TdClassName
{
border-color: #B5003D;
}
.TagClassName
{
border-color: #B5003D;
}
</style>