Shades of Cardinal #BB253D
Tints of Cardinal #BB253D
RGB
CMYK
RGB Variations
Color information
#BB253D (or 0xBB253D) is known color: Cardinal. HEX triplet: BB, 25 and 3D. RGB value is (187,37,61). Sum of RGB (Red+Green+Blue) = 187+37+61=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB253D is #44DAC2. Grayscale: #545454. Windows color (decimal): -4512451 or 4007355. OLE color: 4007355.
HSL color Cylindrical-coordinate representation of color #BB253D: hue angle of 350.4º 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 #BB253D is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 61 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.27 |
| HSL | 350.4º | 0.67% | 0.44% | - |
| HSV(B) | 350.4º | 0.8% | 0.73% | - |
| XYZ | 22 | 12.22 | 5.62 | - |
| YUV | 84.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 61 | 0 | 0.80 | 0.67 | 0.27 | 350.4 | 0.67 | 0.44 |
| Hex | BB | 25 | 3D | 0 | 50 | 43 | 1B | 15E | 43 | 2C |
| Octal | 273 | 45 | 75 | 0 | 120 | 103 | 33 | 536 | 103 | 54 |
| Binary | 10111011 | 100101 | 111101 | 0 | 1010000 | 1000011 | 11011 | 101011110 | 1000011 | 101100 |
Color Harmonies of #BB253D
Complementary color
Monochromatic Colors of #BB253D
Black with #BB253D
Text Example
Text Example
White with #BB253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB253D; }
p { color: rgb(187,37,61); }
H1.HeaderClassName
{
color: #BB253D;
}
.AnyTagClassName
{
color: #BB253D;
}
</style>
background-color css
<style>
a { background-color: #BB253D; }
a { background-color: rgb(187,37,61); }
div.DivClassName
{
background-color: #BB253D;
}
.BgClassName
{
background-color: #BB253D;
}
</style>
border-color css
<style>
span { border-color: #BB253D; }
span { border-color: rgb(187,37,61); }
td.TdClassName
{
border-color: #BB253D;
}
.TagClassName
{
border-color: #BB253D;
}
</style>