Shades of Cardinal #B41C2F
Tints of Cardinal #B41C2F
RGB
CMYK
RGB Variations
Color information
#B41C2F (or 0xB41C2F) is known color: Cardinal. HEX triplet: B4, 1C and 2F. RGB value is (180,28,47). Sum of RGB (Red+Green+Blue) = 180+28+47=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C2F is #4BE3D0. Grayscale: #4B4B4B. Windows color (decimal): -4973521 or 3087540. OLE color: 3087540.
HSL color Cylindrical-coordinate representation of color #B41C2F: hue angle of 352.5º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C2F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 47 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.29 |
| HSL | 352.5º | 0.73% | 0.41% | - |
| HSV(B) | 352.5º | 0.84% | 0.71% | - |
| XYZ | 19.75 | 10.74 | 3.72 | - |
| YUV | 75.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 47 | 0 | 0.84 | 0.74 | 0.29 | 352.5 | 0.73 | 0.41 |
| Hex | B4 | 1C | 2F | 0 | 54 | 4A | 1D | 160 | 49 | 29 |
| Octal | 264 | 34 | 57 | 0 | 124 | 112 | 35 | 540 | 111 | 51 |
| Binary | 10110100 | 11100 | 101111 | 0 | 1010100 | 1001010 | 11101 | 101100000 | 1001001 | 101001 |
Color Harmonies of #B41C2F
Complementary color
Monochromatic Colors of #B41C2F
Black with #B41C2F
Text Example
Text Example
White with #B41C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C2F; }
p { color: rgb(180,28,47); }
H1.HeaderClassName
{
color: #B41C2F;
}
.AnyTagClassName
{
color: #B41C2F;
}
</style>
background-color css
<style>
a { background-color: #B41C2F; }
a { background-color: rgb(180,28,47); }
div.DivClassName
{
background-color: #B41C2F;
}
.BgClassName
{
background-color: #B41C2F;
}
</style>
border-color css
<style>
span { border-color: #B41C2F; }
span { border-color: rgb(180,28,47); }
td.TdClassName
{
border-color: #B41C2F;
}
.TagClassName
{
border-color: #B41C2F;
}
</style>