Shades of Cardinal #B4283B
Tints of Cardinal #B4283B
RGB
CMYK
RGB Variations
Color information
#B4283B (or 0xB4283B) is known color: Cardinal. HEX triplet: B4, 28 and 3B. RGB value is (180,40,59). Sum of RGB (Red+Green+Blue) = 180+40+59=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4283B is #4BD7C4. Grayscale: #545454. Windows color (decimal): -4970437 or 3877044. OLE color: 3877044.
HSL color Cylindrical-coordinate representation of color #B4283B: hue angle of 351.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4283B is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 59 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.29 |
| HSL | 351.86º | 0.64% | 0.43% | - |
| HSV(B) | 351.86º | 0.78% | 0.71% | - |
| XYZ | 20.37 | 11.54 | 5.29 | - |
| YUV | 84.03 | 113.88 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 59 | 0 | 0.78 | 0.67 | 0.29 | 351.86 | 0.64 | 0.43 |
| Hex | B4 | 28 | 3B | 0 | 4E | 43 | 1D | 160 | 40 | 2B |
| Octal | 264 | 50 | 73 | 0 | 116 | 103 | 35 | 540 | 100 | 53 |
| Binary | 10110100 | 101000 | 111011 | 0 | 1001110 | 1000011 | 11101 | 101100000 | 1000000 | 101011 |
Color Harmonies of #B4283B
Complementary color
Monochromatic Colors of #B4283B
Black with #B4283B
Text Example
Text Example
White with #B4283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4283B; }
p { color: rgb(180,40,59); }
H1.HeaderClassName
{
color: #B4283B;
}
.AnyTagClassName
{
color: #B4283B;
}
</style>
background-color css
<style>
a { background-color: #B4283B; }
a { background-color: rgb(180,40,59); }
div.DivClassName
{
background-color: #B4283B;
}
.BgClassName
{
background-color: #B4283B;
}
</style>
border-color css
<style>
span { border-color: #B4283B; }
span { border-color: rgb(180,40,59); }
td.TdClassName
{
border-color: #B4283B;
}
.TagClassName
{
border-color: #B4283B;
}
</style>