Shades of Cardinal #B41F3A
Tints of Cardinal #B41F3A
RGB
CMYK
RGB Variations
Color information
#B41F3A (or 0xB41F3A) is known color: Cardinal. HEX triplet: B4, 1F and 3A. RGB value is (180,31,58). Sum of RGB (Red+Green+Blue) = 180+31+58=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F3A is #4BE0C5. Grayscale: #4E4E4E. Windows color (decimal): -4972742 or 3809204. OLE color: 3809204.
HSL color Cylindrical-coordinate representation of color #B41F3A: hue angle of 349.13º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F3A is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
RGB | 180 | 31 | 58 | - |
CMYK | 0 | 0.83 | 0.68 | 0.29 |
HSL | 349.13º | 0.71% | 0.41% | - |
HSV(B) | 349.13º | 0.83% | 0.71% | - |
XYZ | 20.08 | 10.99 | 5.07 | - |
YUV | 78.63 | 116.36 | 200.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 31 | 58 | 0 | 0.83 | 0.68 | 0.29 | 349.13 | 0.71 | 0.41 |
Hex | B4 | 1F | 3A | 0 | 53 | 44 | 1D | 15D | 47 | 29 |
Octal | 264 | 37 | 72 | 0 | 123 | 104 | 35 | 535 | 107 | 51 |
Binary | 10110100 | 11111 | 111010 | 0 | 1010011 | 1000100 | 11101 | 101011101 | 1000111 | 101001 |
Color Harmonies of #B41F3A
Complementary color
Monochromatic Colors of #B41F3A
Black with #B41F3A
Text Example
Text Example
White with #B41F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F3A; }
p { color: rgb(180,31,58); }
H1.HeaderClassName
{
color: #B41F3A;
}
.AnyTagClassName
{
color: #B41F3A;
}
</style>
background-color css
<style>
a { background-color: #B41F3A; }
a { background-color: rgb(180,31,58); }
div.DivClassName
{
background-color: #B41F3A;
}
.BgClassName
{
background-color: #B41F3A;
}
</style>
border-color css
<style>
span { border-color: #B41F3A; }
span { border-color: rgb(180,31,58); }
td.TdClassName
{
border-color: #B41F3A;
}
.TagClassName
{
border-color: #B41F3A;
}
</style>