Shades of Cardinal #B30A2F
Tints of Cardinal #B30A2F
RGB
CMYK
RGB Variations
Color information
#B30A2F (or 0xB30A2F) is known color: Cardinal. HEX triplet: B3, 0A and 2F. RGB value is (179,10,47). Sum of RGB (Red+Green+Blue) = 179+10+47=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30A2F is #4CF5D0. Grayscale: #404040. Windows color (decimal): -5043665 or 3082931. OLE color: 3082931.
HSL color Cylindrical-coordinate representation of color #B30A2F: hue angle of 346.86º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30A2F is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 47 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.30 |
| HSL | 346.86º | 0.89% | 0.37% | - |
| HSV(B) | 346.86º | 0.94% | 0.7% | - |
| XYZ | 19.21 | 10.01 | 3.61 | - |
| YUV | 64.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 47 | 0 | 0.94 | 0.74 | 0.30 | 346.86 | 0.89 | 0.37 |
| Hex | B3 | A | 2F | 0 | 5E | 4A | 1E | 15B | 59 | 25 |
| Octal | 263 | 12 | 57 | 0 | 136 | 112 | 36 | 533 | 131 | 45 |
| Binary | 10110011 | 1010 | 101111 | 0 | 1011110 | 1001010 | 11110 | 101011011 | 1011001 | 100101 |
Color Harmonies of #B30A2F
Complementary color
Monochromatic Colors of #B30A2F
Black with #B30A2F
Text Example
Text Example
White with #B30A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A2F; }
p { color: rgb(179,10,47); }
H1.HeaderClassName
{
color: #B30A2F;
}
.AnyTagClassName
{
color: #B30A2F;
}
</style>
background-color css
<style>
a { background-color: #B30A2F; }
a { background-color: rgb(179,10,47); }
div.DivClassName
{
background-color: #B30A2F;
}
.BgClassName
{
background-color: #B30A2F;
}
</style>
border-color css
<style>
span { border-color: #B30A2F; }
span { border-color: rgb(179,10,47); }
td.TdClassName
{
border-color: #B30A2F;
}
.TagClassName
{
border-color: #B30A2F;
}
</style>