Shades of Cardinal #B4232F
Tints of Cardinal #B4232F
RGB
CMYK
RGB Variations
Color information
#B4232F (or 0xB4232F) is known color: Cardinal. HEX triplet: B4, 23 and 2F. RGB value is (180,35,47). Sum of RGB (Red+Green+Blue) = 180+35+47=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4232F is #4BDCD0. Grayscale: #4F4F4F. Windows color (decimal): -4971729 or 3089332. OLE color: 3089332.
HSL color Cylindrical-coordinate representation of color #B4232F: hue angle of 355.03º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4232F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 47 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.29 |
| HSL | 355.03º | 0.67% | 0.42% | - |
| HSV(B) | 355.03º | 0.81% | 0.71% | - |
| XYZ | 19.94 | 11.11 | 3.78 | - |
| YUV | 79.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 47 | 0 | 0.81 | 0.74 | 0.29 | 355.03 | 0.67 | 0.42 |
| Hex | B4 | 23 | 2F | 0 | 51 | 4A | 1D | 163 | 43 | 2A |
| Octal | 264 | 43 | 57 | 0 | 121 | 112 | 35 | 543 | 103 | 52 |
| Binary | 10110100 | 100011 | 101111 | 0 | 1010001 | 1001010 | 11101 | 101100011 | 1000011 | 101010 |
Color Harmonies of #B4232F
Complementary color
Monochromatic Colors of #B4232F
Black with #B4232F
Text Example
Text Example
White with #B4232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4232F; }
p { color: rgb(180,35,47); }
H1.HeaderClassName
{
color: #B4232F;
}
.AnyTagClassName
{
color: #B4232F;
}
</style>
background-color css
<style>
a { background-color: #B4232F; }
a { background-color: rgb(180,35,47); }
div.DivClassName
{
background-color: #B4232F;
}
.BgClassName
{
background-color: #B4232F;
}
</style>
border-color css
<style>
span { border-color: #B4232F; }
span { border-color: rgb(180,35,47); }
td.TdClassName
{
border-color: #B4232F;
}
.TagClassName
{
border-color: #B4232F;
}
</style>