Shades of Cardinal #B5232F
Tints of Cardinal #B5232F
RGB
CMYK
RGB Variations
Color information
#B5232F (or 0xB5232F) is known color: Cardinal. HEX triplet: B5, 23 and 2F. RGB value is (181,35,47). Sum of RGB (Red+Green+Blue) = 181+35+47=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5232F is #4ADCD0. Grayscale: #505050. Windows color (decimal): -4906193 or 3089333. OLE color: 3089333.
HSL color Cylindrical-coordinate representation of color #B5232F: hue angle of 355.07º degrees, saturation: 0.68, 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 #B5232F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 47 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.29 |
| HSL | 355.07º | 0.68% | 0.42% | - |
| HSV(B) | 355.07º | 0.81% | 0.71% | - |
| XYZ | 20.17 | 11.23 | 3.79 | - |
| YUV | 80.02 | 109.37 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 47 | 0 | 0.81 | 0.74 | 0.29 | 355.07 | 0.68 | 0.42 |
| Hex | B5 | 23 | 2F | 0 | 51 | 4A | 1D | 163 | 44 | 2A |
| Octal | 265 | 43 | 57 | 0 | 121 | 112 | 35 | 543 | 104 | 52 |
| Binary | 10110101 | 100011 | 101111 | 0 | 1010001 | 1001010 | 11101 | 101100011 | 1000100 | 101010 |
Color Harmonies of #B5232F
Complementary color
Monochromatic Colors of #B5232F
Black with #B5232F
Text Example
Text Example
White with #B5232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5232F; }
p { color: rgb(181,35,47); }
H1.HeaderClassName
{
color: #B5232F;
}
.AnyTagClassName
{
color: #B5232F;
}
</style>
background-color css
<style>
a { background-color: #B5232F; }
a { background-color: rgb(181,35,47); }
div.DivClassName
{
background-color: #B5232F;
}
.BgClassName
{
background-color: #B5232F;
}
</style>
border-color css
<style>
span { border-color: #B5232F; }
span { border-color: rgb(181,35,47); }
td.TdClassName
{
border-color: #B5232F;
}
.TagClassName
{
border-color: #B5232F;
}
</style>