Shades of Cardinal #B3072D
Tints of Cardinal #B3072D
RGB
CMYK
RGB Variations
Color information
#B3072D (or 0xB3072D) is known color: Cardinal. HEX triplet: B3, 07 and 2D. RGB value is (179,7,45). Sum of RGB (Red+Green+Blue) = 179+7+45=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B3072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3072D is #4CF8D2. Grayscale: #3E3E3E. Windows color (decimal): -5044435 or 2951091. OLE color: 2951091.
HSL color Cylindrical-coordinate representation of color #B3072D: hue angle of 346.74º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3072D is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 45 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.30 |
| HSL | 346.74º | 0.92% | 0.36% | - |
| HSV(B) | 346.74º | 0.96% | 0.7% | - |
| XYZ | 19.14 | 9.93 | 3.39 | - |
| YUV | 62.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 45 | 0 | 0.96 | 0.75 | 0.30 | 346.74 | 0.92 | 0.36 |
| Hex | B3 | 7 | 2D | 0 | 60 | 4B | 1E | 15B | 5C | 24 |
| Octal | 263 | 7 | 55 | 0 | 140 | 113 | 36 | 533 | 134 | 44 |
| Binary | 10110011 | 111 | 101101 | 0 | 1100000 | 1001011 | 11110 | 101011011 | 1011100 | 100100 |
Color Harmonies of #B3072D
Complementary color
Monochromatic Colors of #B3072D
Black with #B3072D
Text Example
Text Example
White with #B3072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3072D; }
p { color: rgb(179,7,45); }
H1.HeaderClassName
{
color: #B3072D;
}
.AnyTagClassName
{
color: #B3072D;
}
</style>
background-color css
<style>
a { background-color: #B3072D; }
a { background-color: rgb(179,7,45); }
div.DivClassName
{
background-color: #B3072D;
}
.BgClassName
{
background-color: #B3072D;
}
</style>
border-color css
<style>
span { border-color: #B3072D; }
span { border-color: rgb(179,7,45); }
td.TdClassName
{
border-color: #B3072D;
}
.TagClassName
{
border-color: #B3072D;
}
</style>