Shades of Cardinal #B4033A
Tints of Cardinal #B4033A
RGB
CMYK
RGB Variations
Color information
#B4033A (or 0xB4033A) is known color: Cardinal. HEX triplet: B4, 03 and 3A. RGB value is (180,3,58). Sum of RGB (Red+Green+Blue) = 180+3+58=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B4033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4033A is #4BFCC5. Grayscale: #3E3E3E. Windows color (decimal): -4979910 or 3802036. OLE color: 3802036.
HSL color Cylindrical-coordinate representation of color #B4033A: hue angle of 341.36º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4033A is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.29 |
| HSL | 341.36º | 0.97% | 0.36% | - |
| HSV(B) | 341.36º | 0.98% | 0.71% | - |
| XYZ | 19.62 | 10.07 | 4.91 | - |
| YUV | 62.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 58 | 0 | 0.98 | 0.68 | 0.29 | 341.36 | 0.97 | 0.36 |
| Hex | B4 | 3 | 3A | 0 | 62 | 44 | 1D | 155 | 61 | 24 |
| Octal | 264 | 3 | 72 | 0 | 142 | 104 | 35 | 525 | 141 | 44 |
| Binary | 10110100 | 11 | 111010 | 0 | 1100010 | 1000100 | 11101 | 101010101 | 1100001 | 100100 |
Color Harmonies of #B4033A
Complementary color
Monochromatic Colors of #B4033A
Black with #B4033A
Text Example
Text Example
White with #B4033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4033A; }
p { color: rgb(180,3,58); }
H1.HeaderClassName
{
color: #B4033A;
}
.AnyTagClassName
{
color: #B4033A;
}
</style>
background-color css
<style>
a { background-color: #B4033A; }
a { background-color: rgb(180,3,58); }
div.DivClassName
{
background-color: #B4033A;
}
.BgClassName
{
background-color: #B4033A;
}
</style>
border-color css
<style>
span { border-color: #B4033A; }
span { border-color: rgb(180,3,58); }
td.TdClassName
{
border-color: #B4033A;
}
.TagClassName
{
border-color: #B4033A;
}
</style>