Shades of Cardinal #B4282F
Tints of Cardinal #B4282F
RGB
CMYK
RGB Variations
Color information
#B4282F (or 0xB4282F) is known color: Cardinal. HEX triplet: B4, 28 and 2F. RGB value is (180,40,47). Sum of RGB (Red+Green+Blue) = 180+40+47=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B4282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4282F is #4BD7D0. Grayscale: #525252. Windows color (decimal): -4970449 or 3090612. OLE color: 3090612.
HSL color Cylindrical-coordinate representation of color #B4282F: hue angle of 357º 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 #B4282F is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 47 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.29 |
| HSL | 357º | 0.64% | 0.43% | - |
| HSV(B) | 357º | 0.78% | 0.71% | - |
| XYZ | 20.09 | 11.43 | 3.84 | - |
| YUV | 82.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 47 | 0 | 0.78 | 0.74 | 0.29 | 357 | 0.64 | 0.43 |
| Hex | B4 | 28 | 2F | 0 | 4E | 4A | 1D | 165 | 40 | 2B |
| Octal | 264 | 50 | 57 | 0 | 116 | 112 | 35 | 545 | 100 | 53 |
| Binary | 10110100 | 101000 | 101111 | 0 | 1001110 | 1001010 | 11101 | 101100101 | 1000000 | 101011 |
Color Harmonies of #B4282F
Complementary color
Monochromatic Colors of #B4282F
Black with #B4282F
Text Example
Text Example
White with #B4282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4282F; }
p { color: rgb(180,40,47); }
H1.HeaderClassName
{
color: #B4282F;
}
.AnyTagClassName
{
color: #B4282F;
}
</style>
background-color css
<style>
a { background-color: #B4282F; }
a { background-color: rgb(180,40,47); }
div.DivClassName
{
background-color: #B4282F;
}
.BgClassName
{
background-color: #B4282F;
}
</style>
border-color css
<style>
span { border-color: #B4282F; }
span { border-color: rgb(180,40,47); }
td.TdClassName
{
border-color: #B4282F;
}
.TagClassName
{
border-color: #B4282F;
}
</style>