Shades of Cardinal #B0242F
Tints of Cardinal #B0242F
RGB
CMYK
RGB Variations
Color information
#B0242F (or 0xB0242F) is known color: Cardinal. HEX triplet: B0, 24 and 2F. RGB value is (176,36,47). Sum of RGB (Red+Green+Blue) = 176+36+47=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0242F is #4FDBD0. Grayscale: #4F4F4F. Windows color (decimal): -5233617 or 3089584. OLE color: 3089584.
HSL color Cylindrical-coordinate representation of color #B0242F: hue angle of 355.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0242F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 47 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.31 |
| HSL | 355.29º | 0.66% | 0.42% | - |
| HSV(B) | 355.29º | 0.8% | 0.69% | - |
| XYZ | 19.05 | 10.7 | 3.75 | - |
| YUV | 79.11 | 109.88 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 47 | 0 | 0.80 | 0.73 | 0.31 | 355.29 | 0.66 | 0.42 |
| Hex | B0 | 24 | 2F | 0 | 50 | 49 | 1F | 163 | 42 | 2A |
| Octal | 260 | 44 | 57 | 0 | 120 | 111 | 37 | 543 | 102 | 52 |
| Binary | 10110000 | 100100 | 101111 | 0 | 1010000 | 1001001 | 11111 | 101100011 | 1000010 | 101010 |
Color Harmonies of #B0242F
Complementary color
Monochromatic Colors of #B0242F
Black with #B0242F
Text Example
Text Example
White with #B0242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0242F; }
p { color: rgb(176,36,47); }
H1.HeaderClassName
{
color: #B0242F;
}
.AnyTagClassName
{
color: #B0242F;
}
</style>
background-color css
<style>
a { background-color: #B0242F; }
a { background-color: rgb(176,36,47); }
div.DivClassName
{
background-color: #B0242F;
}
.BgClassName
{
background-color: #B0242F;
}
</style>
border-color css
<style>
span { border-color: #B0242F; }
span { border-color: rgb(176,36,47); }
td.TdClassName
{
border-color: #B0242F;
}
.TagClassName
{
border-color: #B0242F;
}
</style>