Shades of Cardinal #B02438
Tints of Cardinal #B02438
RGB
CMYK
RGB Variations
Color information
#B02438 (or 0xB02438) is known color: Cardinal. HEX triplet: B0, 24 and 38. RGB value is (176,36,56). Sum of RGB (Red+Green+Blue) = 176+36+56=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B02438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02438 is #4FDBC7. Grayscale: #505050. Windows color (decimal): -5233608 or 3679408. OLE color: 3679408.
HSL color Cylindrical-coordinate representation of color #B02438: hue angle of 351.43º 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 #B02438 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 56 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.31 |
| HSL | 351.43º | 0.66% | 0.42% | - |
| HSV(B) | 351.43º | 0.8% | 0.69% | - |
| XYZ | 19.25 | 10.78 | 4.81 | - |
| YUV | 80.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 56 | 0 | 0.80 | 0.68 | 0.31 | 351.43 | 0.66 | 0.42 |
| Hex | B0 | 24 | 38 | 0 | 50 | 44 | 1F | 15F | 42 | 2A |
| Octal | 260 | 44 | 70 | 0 | 120 | 104 | 37 | 537 | 102 | 52 |
| Binary | 10110000 | 100100 | 111000 | 0 | 1010000 | 1000100 | 11111 | 101011111 | 1000010 | 101010 |
Color Harmonies of #B02438
Complementary color
Monochromatic Colors of #B02438
Black with #B02438
Text Example
Text Example
White with #B02438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02438; }
p { color: rgb(176,36,56); }
H1.HeaderClassName
{
color: #B02438;
}
.AnyTagClassName
{
color: #B02438;
}
</style>
background-color css
<style>
a { background-color: #B02438; }
a { background-color: rgb(176,36,56); }
div.DivClassName
{
background-color: #B02438;
}
.BgClassName
{
background-color: #B02438;
}
</style>
border-color css
<style>
span { border-color: #B02438; }
span { border-color: rgb(176,36,56); }
td.TdClassName
{
border-color: #B02438;
}
.TagClassName
{
border-color: #B02438;
}
</style>