Shades of Cardinal #BB253F
Tints of Cardinal #BB253F
RGB
CMYK
RGB Variations
Color information
#BB253F (or 0xBB253F) is known color: Cardinal. HEX triplet: BB, 25 and 3F. RGB value is (187,37,63). Sum of RGB (Red+Green+Blue) = 187+37+63=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB253F is #44DAC0. Grayscale: #545454. Windows color (decimal): -4512449 or 4138427. OLE color: 4138427.
HSL color Cylindrical-coordinate representation of color #BB253F: hue angle of 349.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB253F is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 63 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.27 |
| HSL | 349.6º | 0.67% | 0.44% | - |
| HSV(B) | 349.6º | 0.8% | 0.73% | - |
| XYZ | 22.05 | 12.25 | 5.9 | - |
| YUV | 84.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 63 | 0 | 0.80 | 0.66 | 0.27 | 349.6 | 0.67 | 0.44 |
| Hex | BB | 25 | 3F | 0 | 50 | 42 | 1B | 15E | 43 | 2C |
| Octal | 273 | 45 | 77 | 0 | 120 | 102 | 33 | 536 | 103 | 54 |
| Binary | 10111011 | 100101 | 111111 | 0 | 1010000 | 1000010 | 11011 | 101011110 | 1000011 | 101100 |
Color Harmonies of #BB253F
Complementary color
Monochromatic Colors of #BB253F
Black with #BB253F
Text Example
Text Example
White with #BB253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB253F; }
p { color: rgb(187,37,63); }
H1.HeaderClassName
{
color: #BB253F;
}
.AnyTagClassName
{
color: #BB253F;
}
</style>
background-color css
<style>
a { background-color: #BB253F; }
a { background-color: rgb(187,37,63); }
div.DivClassName
{
background-color: #BB253F;
}
.BgClassName
{
background-color: #BB253F;
}
</style>
border-color css
<style>
span { border-color: #BB253F; }
span { border-color: rgb(187,37,63); }
td.TdClassName
{
border-color: #BB253F;
}
.TagClassName
{
border-color: #BB253F;
}
</style>