Shades of Cardinal #BB183D
Tints of Cardinal #BB183D
RGB
CMYK
RGB Variations
Color information
#BB183D (or 0xBB183D) is known color: Cardinal. HEX triplet: BB, 18 and 3D. RGB value is (187,24,61). Sum of RGB (Red+Green+Blue) = 187+24+61=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB183D is #44E7C2. Grayscale: #4C4C4C. Windows color (decimal): -4515779 or 4004027. OLE color: 4004027.
HSL color Cylindrical-coordinate representation of color #BB183D: hue angle of 346.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB183D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 24 | 61 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.27 |
| HSL | 346.38º | 0.77% | 0.41% | - |
| HSV(B) | 346.38º | 0.87% | 0.73% | - |
| XYZ | 21.66 | 11.55 | 5.5 | - |
| YUV | 76.96 | 119 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 24 | 61 | 0 | 0.87 | 0.67 | 0.27 | 346.38 | 0.77 | 0.41 |
| Hex | BB | 18 | 3D | 0 | 57 | 43 | 1B | 15A | 4D | 29 |
| Octal | 273 | 30 | 75 | 0 | 127 | 103 | 33 | 532 | 115 | 51 |
| Binary | 10111011 | 11000 | 111101 | 0 | 1010111 | 1000011 | 11011 | 101011010 | 1001101 | 101001 |
Color Harmonies of #BB183D
Complementary color
Monochromatic Colors of #BB183D
Black with #BB183D
Text Example
Text Example
White with #BB183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB183D; }
p { color: rgb(187,24,61); }
H1.HeaderClassName
{
color: #BB183D;
}
.AnyTagClassName
{
color: #BB183D;
}
</style>
background-color css
<style>
a { background-color: #BB183D; }
a { background-color: rgb(187,24,61); }
div.DivClassName
{
background-color: #BB183D;
}
.BgClassName
{
background-color: #BB183D;
}
</style>
border-color css
<style>
span { border-color: #BB183D; }
span { border-color: rgb(187,24,61); }
td.TdClassName
{
border-color: #BB183D;
}
.TagClassName
{
border-color: #BB183D;
}
</style>