Shades of Cardinal #B3092D
Tints of Cardinal #B3092D
RGB
CMYK
RGB Variations
Color information
#B3092D (or 0xB3092D) is known color: Cardinal. HEX triplet: B3, 09 and 2D. RGB value is (179,9,45). Sum of RGB (Red+Green+Blue) = 179+9+45=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B3092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3092D is #4CF6D2. Grayscale: #3F3F3F. Windows color (decimal): -5043923 or 2951603. OLE color: 2951603.
HSL color Cylindrical-coordinate representation of color #B3092D: hue angle of 347.29º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3092D is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.30 |
| HSL | 347.29º | 0.9% | 0.37% | - |
| HSV(B) | 347.29º | 0.95% | 0.7% | - |
| XYZ | 19.16 | 9.97 | 3.4 | - |
| YUV | 63.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 45 | 0 | 0.95 | 0.75 | 0.30 | 347.29 | 0.9 | 0.37 |
| Hex | B3 | 9 | 2D | 0 | 5F | 4B | 1E | 15B | 5A | 25 |
| Octal | 263 | 11 | 55 | 0 | 137 | 113 | 36 | 533 | 132 | 45 |
| Binary | 10110011 | 1001 | 101101 | 0 | 1011111 | 1001011 | 11110 | 101011011 | 1011010 | 100101 |
Color Harmonies of #B3092D
Complementary color
Monochromatic Colors of #B3092D
Black with #B3092D
Text Example
Text Example
White with #B3092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3092D; }
p { color: rgb(179,9,45); }
H1.HeaderClassName
{
color: #B3092D;
}
.AnyTagClassName
{
color: #B3092D;
}
</style>
background-color css
<style>
a { background-color: #B3092D; }
a { background-color: rgb(179,9,45); }
div.DivClassName
{
background-color: #B3092D;
}
.BgClassName
{
background-color: #B3092D;
}
</style>
border-color css
<style>
span { border-color: #B3092D; }
span { border-color: rgb(179,9,45); }
td.TdClassName
{
border-color: #B3092D;
}
.TagClassName
{
border-color: #B3092D;
}
</style>