Shades of Cardinal #B3083F
Tints of Cardinal #B3083F
RGB
CMYK
RGB Variations
Color information
#B3083F (or 0xB3083F) is known color: Cardinal. HEX triplet: B3, 08 and 3F. RGB value is (179,8,63). Sum of RGB (Red+Green+Blue) = 179+8+63=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B3083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3083F is #4CF7C0. Grayscale: #414141. Windows color (decimal): -5044161 or 4130995. OLE color: 4130995.
HSL color Cylindrical-coordinate representation of color #B3083F: hue angle of 340.7º 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 #B3083F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 63 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.30 |
| HSL | 340.7º | 0.91% | 0.37% | - |
| HSV(B) | 340.7º | 0.96% | 0.7% | - |
| XYZ | 19.57 | 10.12 | 5.62 | - |
| YUV | 65.4 | 126.65 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 63 | 0 | 0.96 | 0.65 | 0.30 | 340.7 | 0.91 | 0.37 |
| Hex | B3 | 8 | 3F | 0 | 60 | 41 | 1E | 155 | 5B | 25 |
| Octal | 263 | 10 | 77 | 0 | 140 | 101 | 36 | 525 | 133 | 45 |
| Binary | 10110011 | 1000 | 111111 | 0 | 1100000 | 1000001 | 11110 | 101010101 | 1011011 | 100101 |
Color Harmonies of #B3083F
Complementary color
Monochromatic Colors of #B3083F
Black with #B3083F
Text Example
Text Example
White with #B3083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3083F; }
p { color: rgb(179,8,63); }
H1.HeaderClassName
{
color: #B3083F;
}
.AnyTagClassName
{
color: #B3083F;
}
</style>
background-color css
<style>
a { background-color: #B3083F; }
a { background-color: rgb(179,8,63); }
div.DivClassName
{
background-color: #B3083F;
}
.BgClassName
{
background-color: #B3083F;
}
</style>
border-color css
<style>
span { border-color: #B3083F; }
span { border-color: rgb(179,8,63); }
td.TdClassName
{
border-color: #B3083F;
}
.TagClassName
{
border-color: #B3083F;
}
</style>