Shades of Cardinal #BB1A3E
Tints of Cardinal #BB1A3E
RGB
CMYK
RGB Variations
Color information
#BB1A3E (or 0xBB1A3E) is known color: Cardinal. HEX triplet: BB, 1A and 3E. RGB value is (187,26,62). Sum of RGB (Red+Green+Blue) = 187+26+62=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1A3E is #44E5C1. Grayscale: #4E4E4E. Windows color (decimal): -4515266 or 4070075. OLE color: 4070075.
HSL color Cylindrical-coordinate representation of color #BB1A3E: hue angle of 346.58º 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 #BB1A3E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 26 | 62 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.27 |
| HSL | 346.58º | 0.76% | 0.42% | - |
| HSV(B) | 346.58º | 0.86% | 0.73% | - |
| XYZ | 21.73 | 11.65 | 5.66 | - |
| YUV | 78.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 26 | 62 | 0 | 0.86 | 0.67 | 0.27 | 346.58 | 0.76 | 0.42 |
| Hex | BB | 1A | 3E | 0 | 56 | 43 | 1B | 15B | 4C | 2A |
| Octal | 273 | 32 | 76 | 0 | 126 | 103 | 33 | 533 | 114 | 52 |
| Binary | 10111011 | 11010 | 111110 | 0 | 1010110 | 1000011 | 11011 | 101011011 | 1001100 | 101010 |
Color Harmonies of #BB1A3E
Complementary color
Monochromatic Colors of #BB1A3E
Black with #BB1A3E
Text Example
Text Example
White with #BB1A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1A3E; }
p { color: rgb(187,26,62); }
H1.HeaderClassName
{
color: #BB1A3E;
}
.AnyTagClassName
{
color: #BB1A3E;
}
</style>
background-color css
<style>
a { background-color: #BB1A3E; }
a { background-color: rgb(187,26,62); }
div.DivClassName
{
background-color: #BB1A3E;
}
.BgClassName
{
background-color: #BB1A3E;
}
</style>
border-color css
<style>
span { border-color: #BB1A3E; }
span { border-color: rgb(187,26,62); }
td.TdClassName
{
border-color: #BB1A3E;
}
.TagClassName
{
border-color: #BB1A3E;
}
</style>