Shades of Cardinal #B3082B
Tints of Cardinal #B3082B
RGB
CMYK
RGB Variations
Color information
#B3082B (or 0xB3082B) is known color: Cardinal. HEX triplet: B3, 08 and 2B. RGB value is (179,8,43). Sum of RGB (Red+Green+Blue) = 179+8+43=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B3082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3082B is #4CF7D4. Grayscale: #3F3F3F. Windows color (decimal): -5044181 or 2820275. OLE color: 2820275.
HSL color Cylindrical-coordinate representation of color #B3082B: hue angle of 347.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3082B is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.30 |
| HSL | 347.72º | 0.91% | 0.37% | - |
| HSV(B) | 347.72º | 0.96% | 0.7% | - |
| XYZ | 19.11 | 9.93 | 3.2 | - |
| YUV | 63.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 43 | 0 | 0.96 | 0.76 | 0.30 | 347.72 | 0.91 | 0.37 |
| Hex | B3 | 8 | 2B | 0 | 60 | 4C | 1E | 15C | 5B | 25 |
| Octal | 263 | 10 | 53 | 0 | 140 | 114 | 36 | 534 | 133 | 45 |
| Binary | 10110011 | 1000 | 101011 | 0 | 1100000 | 1001100 | 11110 | 101011100 | 1011011 | 100101 |
Color Harmonies of #B3082B
Complementary color
Monochromatic Colors of #B3082B
Black with #B3082B
Text Example
Text Example
White with #B3082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3082B; }
p { color: rgb(179,8,43); }
H1.HeaderClassName
{
color: #B3082B;
}
.AnyTagClassName
{
color: #B3082B;
}
</style>
background-color css
<style>
a { background-color: #B3082B; }
a { background-color: rgb(179,8,43); }
div.DivClassName
{
background-color: #B3082B;
}
.BgClassName
{
background-color: #B3082B;
}
</style>
border-color css
<style>
span { border-color: #B3082B; }
span { border-color: rgb(179,8,43); }
td.TdClassName
{
border-color: #B3082B;
}
.TagClassName
{
border-color: #B3082B;
}
</style>