Shades of Cardinal #B90134
Tints of Cardinal #B90134
RGB
CMYK
RGB Variations
Color information
#B90134 (or 0xB90134) is known color: Cardinal. HEX triplet: B9, 01 and 34. RGB value is (185,1,52). Sum of RGB (Red+Green+Blue) = 185+1+52=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B90134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90134 is #46FECB. Grayscale: #3D3D3D. Windows color (decimal): -4652748 or 3408313. OLE color: 3408313.
HSL color Cylindrical-coordinate representation of color #B90134: hue angle of 343.37º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90134 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.27 |
| HSL | 343.37º | 0.99% | 0.36% | - |
| HSV(B) | 343.37º | 0.99% | 0.73% | - |
| XYZ | 20.64 | 10.58 | 4.2 | - |
| YUV | 61.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 1 | 52 | 0 | 0.99 | 0.72 | 0.27 | 343.37 | 0.99 | 0.36 |
| Hex | B9 | 1 | 34 | 0 | 63 | 48 | 1B | 157 | 63 | 24 |
| Octal | 271 | 1 | 64 | 0 | 143 | 110 | 33 | 527 | 143 | 44 |
| Binary | 10111001 | 1 | 110100 | 0 | 1100011 | 1001000 | 11011 | 101010111 | 1100011 | 100100 |
Color Harmonies of #B90134
Complementary color
Monochromatic Colors of #B90134
Black with #B90134
Text Example
Text Example
White with #B90134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90134; }
p { color: rgb(185,1,52); }
H1.HeaderClassName
{
color: #B90134;
}
.AnyTagClassName
{
color: #B90134;
}
</style>
background-color css
<style>
a { background-color: #B90134; }
a { background-color: rgb(185,1,52); }
div.DivClassName
{
background-color: #B90134;
}
.BgClassName
{
background-color: #B90134;
}
</style>
border-color css
<style>
span { border-color: #B90134; }
span { border-color: rgb(185,1,52); }
td.TdClassName
{
border-color: #B90134;
}
.TagClassName
{
border-color: #B90134;
}
</style>