Shades of Cardinal #B3023C
Tints of Cardinal #B3023C
RGB
CMYK
RGB Variations
Color information
#B3023C (or 0xB3023C) is known color: Cardinal. HEX triplet: B3, 02 and 3C. RGB value is (179,2,60). Sum of RGB (Red+Green+Blue) = 179+2+60=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B3023C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3023C is #4CFDC3. Grayscale: #3D3D3D. Windows color (decimal): -5045700 or 3932851. OLE color: 3932851.
HSL color Cylindrical-coordinate representation of color #B3023C: hue angle of 340.34º degrees, saturation: 0.98, 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 #B3023C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.30 |
| HSL | 340.34º | 0.98% | 0.35% | - |
| HSV(B) | 340.34º | 0.99% | 0.7% | - |
| XYZ | 19.43 | 9.95 | 5.17 | - |
| YUV | 61.54 | 127.14 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 60 | 0 | 0.99 | 0.66 | 0.30 | 340.34 | 0.98 | 0.35 |
| Hex | B3 | 2 | 3C | 0 | 63 | 42 | 1E | 154 | 62 | 23 |
| Octal | 263 | 2 | 74 | 0 | 143 | 102 | 36 | 524 | 142 | 43 |
| Binary | 10110011 | 10 | 111100 | 0 | 1100011 | 1000010 | 11110 | 101010100 | 1100010 | 100011 |
Color Harmonies of #B3023C
Complementary color
Monochromatic Colors of #B3023C
Black with #B3023C
Text Example
Text Example
White with #B3023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3023C; }
p { color: rgb(179,2,60); }
H1.HeaderClassName
{
color: #B3023C;
}
.AnyTagClassName
{
color: #B3023C;
}
</style>
background-color css
<style>
a { background-color: #B3023C; }
a { background-color: rgb(179,2,60); }
div.DivClassName
{
background-color: #B3023C;
}
.BgClassName
{
background-color: #B3023C;
}
</style>
border-color css
<style>
span { border-color: #B3023C; }
span { border-color: rgb(179,2,60); }
td.TdClassName
{
border-color: #B3023C;
}
.TagClassName
{
border-color: #B3023C;
}
</style>