Shades of Cardinal #BB1A3F
Tints of Cardinal #BB1A3F
RGB
CMYK
RGB Variations
Color information
#BB1A3F (or 0xBB1A3F) is known color: Cardinal. HEX triplet: BB, 1A and 3F. RGB value is (187,26,63). Sum of RGB (Red+Green+Blue) = 187+26+63=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A3F is #44E5C0. Grayscale: #4E4E4E. Windows color (decimal): -4515265 or 4135611. OLE color: 4135611.
HSL color Cylindrical-coordinate representation of color #BB1A3F: hue angle of 346.21º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1A3F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 63 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.27 |
| HSL | 346.21º | 0.76% | 0.42% | - |
| HSV(B) | 346.21º | 0.86% | 0.73% | - |
| XYZ | 21.76 | 11.66 | 5.81 | - |
| YUV | 78.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 63 | 0 | 0.86 | 0.66 | 0.27 | 346.21 | 0.76 | 0.42 |
| Hex | BB | 1A | 3F | 0 | 56 | 42 | 1B | 15A | 4C | 2A |
| Octal | 273 | 32 | 77 | 0 | 126 | 102 | 33 | 532 | 114 | 52 |
| Binary | 10111011 | 11010 | 111111 | 0 | 1010110 | 1000010 | 11011 | 101011010 | 1001100 | 101010 |
Color Harmonies of #BB1A3F
Complementary color
Monochromatic Colors of #BB1A3F
Black with #BB1A3F
Text Example
Text Example
White with #BB1A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A3F; }
p { color: rgb(187,26,63); }
H1.HeaderClassName
{
color: #BB1A3F;
}
.AnyTagClassName
{
color: #BB1A3F;
}
</style>
background-color css
<style>
a { background-color: #BB1A3F; }
a { background-color: rgb(187,26,63); }
div.DivClassName
{
background-color: #BB1A3F;
}
.BgClassName
{
background-color: #BB1A3F;
}
</style>
border-color css
<style>
span { border-color: #BB1A3F; }
span { border-color: rgb(187,26,63); }
td.TdClassName
{
border-color: #BB1A3F;
}
.TagClassName
{
border-color: #BB1A3F;
}
</style>