Shades of Cardinal #B3013C
Tints of Cardinal #B3013C
RGB
CMYK
RGB Variations
Color information
#B3013C (or 0xB3013C) is known color: Cardinal. HEX triplet: B3, 01 and 3C. RGB value is (179,1,60). Sum of RGB (Red+Green+Blue) = 179+1+60=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B3013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3013C is #4CFEC3. Grayscale: #3C3C3C. Windows color (decimal): -5045956 or 3932595. OLE color: 3932595.
HSL color Cylindrical-coordinate representation of color #B3013C: hue angle of 340.11º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3013C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.30 |
| HSL | 340.11º | 0.99% | 0.35% | - |
| HSV(B) | 340.11º | 0.99% | 0.7% | - |
| XYZ | 19.42 | 9.93 | 5.17 | - |
| YUV | 60.95 | 127.47 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 60 | 0 | 0.99 | 0.66 | 0.30 | 340.11 | 0.99 | 0.35 |
| Hex | B3 | 1 | 3C | 0 | 63 | 42 | 1E | 154 | 63 | 23 |
| Octal | 263 | 1 | 74 | 0 | 143 | 102 | 36 | 524 | 143 | 43 |
| Binary | 10110011 | 1 | 111100 | 0 | 1100011 | 1000010 | 11110 | 101010100 | 1100011 | 100011 |
Color Harmonies of #B3013C
Complementary color
Monochromatic Colors of #B3013C
Black with #B3013C
Text Example
Text Example
White with #B3013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3013C; }
p { color: rgb(179,1,60); }
H1.HeaderClassName
{
color: #B3013C;
}
.AnyTagClassName
{
color: #B3013C;
}
</style>
background-color css
<style>
a { background-color: #B3013C; }
a { background-color: rgb(179,1,60); }
div.DivClassName
{
background-color: #B3013C;
}
.BgClassName
{
background-color: #B3013C;
}
</style>
border-color css
<style>
span { border-color: #B3013C; }
span { border-color: rgb(179,1,60); }
td.TdClassName
{
border-color: #B3013C;
}
.TagClassName
{
border-color: #B3013C;
}
</style>