Shades of Cardinal #B12438
Tints of Cardinal #B12438
RGB
CMYK
RGB Variations
Color information
#B12438 (or 0xB12438) is known color: Cardinal. HEX triplet: B1, 24 and 38. RGB value is (177,36,56). Sum of RGB (Red+Green+Blue) = 177+36+56=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12438 is #4EDBC7. Grayscale: #505050. Windows color (decimal): -5168072 or 3679409. OLE color: 3679409.
HSL color Cylindrical-coordinate representation of color #B12438: hue angle of 351.49º 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 #B12438 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 56 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.31 |
| HSL | 351.49º | 0.66% | 0.42% | - |
| HSV(B) | 351.49º | 0.8% | 0.69% | - |
| XYZ | 19.48 | 10.89 | 4.82 | - |
| YUV | 80.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 56 | 0 | 0.80 | 0.68 | 0.31 | 351.49 | 0.66 | 0.42 |
| Hex | B1 | 24 | 38 | 0 | 50 | 44 | 1F | 15F | 42 | 2A |
| Octal | 261 | 44 | 70 | 0 | 120 | 104 | 37 | 537 | 102 | 52 |
| Binary | 10110001 | 100100 | 111000 | 0 | 1010000 | 1000100 | 11111 | 101011111 | 1000010 | 101010 |
Color Harmonies of #B12438
Complementary color
Monochromatic Colors of #B12438
Black with #B12438
Text Example
Text Example
White with #B12438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12438; }
p { color: rgb(177,36,56); }
H1.HeaderClassName
{
color: #B12438;
}
.AnyTagClassName
{
color: #B12438;
}
</style>
background-color css
<style>
a { background-color: #B12438; }
a { background-color: rgb(177,36,56); }
div.DivClassName
{
background-color: #B12438;
}
.BgClassName
{
background-color: #B12438;
}
</style>
border-color css
<style>
span { border-color: #B12438; }
span { border-color: rgb(177,36,56); }
td.TdClassName
{
border-color: #B12438;
}
.TagClassName
{
border-color: #B12438;
}
</style>