Shades of Cardinal #B3082D
Tints of Cardinal #B3082D
RGB
CMYK
RGB Variations
Color information
#B3082D (or 0xB3082D) is known color: Cardinal. HEX triplet: B3, 08 and 2D. RGB value is (179,8,45). Sum of RGB (Red+Green+Blue) = 179+8+45=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B3082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3082D is #4CF7D2. Grayscale: #3F3F3F. Windows color (decimal): -5044179 or 2951347. OLE color: 2951347.
HSL color Cylindrical-coordinate representation of color #B3082D: hue angle of 347.02º 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 #B3082D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 45 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.30 |
| HSL | 347.02º | 0.91% | 0.37% | - |
| HSV(B) | 347.02º | 0.96% | 0.7% | - |
| XYZ | 19.15 | 9.95 | 3.39 | - |
| YUV | 63.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 45 | 0 | 0.96 | 0.75 | 0.30 | 347.02 | 0.91 | 0.37 |
| Hex | B3 | 8 | 2D | 0 | 60 | 4B | 1E | 15B | 5B | 25 |
| Octal | 263 | 10 | 55 | 0 | 140 | 113 | 36 | 533 | 133 | 45 |
| Binary | 10110011 | 1000 | 101101 | 0 | 1100000 | 1001011 | 11110 | 101011011 | 1011011 | 100101 |
Color Harmonies of #B3082D
Complementary color
Monochromatic Colors of #B3082D
Black with #B3082D
Text Example
Text Example
White with #B3082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3082D; }
p { color: rgb(179,8,45); }
H1.HeaderClassName
{
color: #B3082D;
}
.AnyTagClassName
{
color: #B3082D;
}
</style>
background-color css
<style>
a { background-color: #B3082D; }
a { background-color: rgb(179,8,45); }
div.DivClassName
{
background-color: #B3082D;
}
.BgClassName
{
background-color: #B3082D;
}
</style>
border-color css
<style>
span { border-color: #B3082D; }
span { border-color: rgb(179,8,45); }
td.TdClassName
{
border-color: #B3082D;
}
.TagClassName
{
border-color: #B3082D;
}
</style>