Shades of Cardinal #B41B2F
Tints of Cardinal #B41B2F
RGB
CMYK
RGB Variations
Color information
#B41B2F (or 0xB41B2F) is known color: Cardinal. HEX triplet: B4, 1B and 2F. RGB value is (180,27,47). Sum of RGB (Red+Green+Blue) = 180+27+47=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41B2F is #4BE4D0. Grayscale: #4B4B4B. Windows color (decimal): -4973777 or 3087284. OLE color: 3087284.
HSL color Cylindrical-coordinate representation of color #B41B2F: hue angle of 352.16º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41B2F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 27 | 47 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.29 |
| HSL | 352.16º | 0.74% | 0.41% | - |
| HSV(B) | 352.16º | 0.85% | 0.71% | - |
| XYZ | 19.73 | 10.69 | 3.71 | - |
| YUV | 75.03 | 112.19 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 27 | 47 | 0 | 0.85 | 0.74 | 0.29 | 352.16 | 0.74 | 0.41 |
| Hex | B4 | 1B | 2F | 0 | 55 | 4A | 1D | 160 | 4A | 29 |
| Octal | 264 | 33 | 57 | 0 | 125 | 112 | 35 | 540 | 112 | 51 |
| Binary | 10110100 | 11011 | 101111 | 0 | 1010101 | 1001010 | 11101 | 101100000 | 1001010 | 101001 |
Color Harmonies of #B41B2F
Complementary color
Monochromatic Colors of #B41B2F
Black with #B41B2F
Text Example
Text Example
White with #B41B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41B2F; }
p { color: rgb(180,27,47); }
H1.HeaderClassName
{
color: #B41B2F;
}
.AnyTagClassName
{
color: #B41B2F;
}
</style>
background-color css
<style>
a { background-color: #B41B2F; }
a { background-color: rgb(180,27,47); }
div.DivClassName
{
background-color: #B41B2F;
}
.BgClassName
{
background-color: #B41B2F;
}
</style>
border-color css
<style>
span { border-color: #B41B2F; }
span { border-color: rgb(180,27,47); }
td.TdClassName
{
border-color: #B41B2F;
}
.TagClassName
{
border-color: #B41B2F;
}
</style>