Shades of Cardinal #BB232F
Tints of Cardinal #BB232F
RGB
CMYK
RGB Variations
Color information
#BB232F (or 0xBB232F) is known color: Cardinal. HEX triplet: BB, 23 and 2F. RGB value is (187,35,47). Sum of RGB (Red+Green+Blue) = 187+35+47=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB232F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB232F is #44DCD0. Grayscale: #515151. Windows color (decimal): -4512977 or 3089339. OLE color: 3089339.
HSL color Cylindrical-coordinate representation of color #BB232F: hue angle of 355.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB232F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 47 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.27 |
| HSL | 355.26º | 0.68% | 0.44% | - |
| HSV(B) | 355.26º | 0.81% | 0.73% | - |
| XYZ | 21.61 | 11.97 | 3.86 | - |
| YUV | 81.82 | 108.36 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 47 | 0 | 0.81 | 0.75 | 0.27 | 355.26 | 0.68 | 0.44 |
| Hex | BB | 23 | 2F | 0 | 51 | 4B | 1B | 163 | 44 | 2C |
| Octal | 273 | 43 | 57 | 0 | 121 | 113 | 33 | 543 | 104 | 54 |
| Binary | 10111011 | 100011 | 101111 | 0 | 1010001 | 1001011 | 11011 | 101100011 | 1000100 | 101100 |
Color Harmonies of #BB232F
Complementary color
Monochromatic Colors of #BB232F
Black with #BB232F
Text Example
Text Example
White with #BB232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB232F; }
p { color: rgb(187,35,47); }
H1.HeaderClassName
{
color: #BB232F;
}
.AnyTagClassName
{
color: #BB232F;
}
</style>
background-color css
<style>
a { background-color: #BB232F; }
a { background-color: rgb(187,35,47); }
div.DivClassName
{
background-color: #BB232F;
}
.BgClassName
{
background-color: #BB232F;
}
</style>
border-color css
<style>
span { border-color: #BB232F; }
span { border-color: rgb(187,35,47); }
td.TdClassName
{
border-color: #BB232F;
}
.TagClassName
{
border-color: #BB232F;
}
</style>