Shades of Cardinal #B8033C
Tints of Cardinal #B8033C
RGB
CMYK
RGB Variations
Color information
#B8033C (or 0xB8033C) is known color: Cardinal. HEX triplet: B8, 03 and 3C. RGB value is (184,3,60). Sum of RGB (Red+Green+Blue) = 184+3+60=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8033C is #47FCC3. Grayscale: #3F3F3F. Windows color (decimal): -4717764 or 3933112. OLE color: 3933112.
HSL color Cylindrical-coordinate representation of color #B8033C: hue angle of 341.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8033C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.28 |
| HSL | 341.11º | 0.97% | 0.37% | - |
| HSV(B) | 341.11º | 0.98% | 0.72% | - |
| XYZ | 20.62 | 10.58 | 5.23 | - |
| YUV | 63.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 60 | 0 | 0.98 | 0.67 | 0.28 | 341.11 | 0.97 | 0.37 |
| Hex | B8 | 3 | 3C | 0 | 62 | 43 | 1C | 155 | 61 | 25 |
| Octal | 270 | 3 | 74 | 0 | 142 | 103 | 34 | 525 | 141 | 45 |
| Binary | 10111000 | 11 | 111100 | 0 | 1100010 | 1000011 | 11100 | 101010101 | 1100001 | 100101 |
Color Harmonies of #B8033C
Complementary color
Monochromatic Colors of #B8033C
Black with #B8033C
Text Example
Text Example
White with #B8033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8033C; }
p { color: rgb(184,3,60); }
H1.HeaderClassName
{
color: #B8033C;
}
.AnyTagClassName
{
color: #B8033C;
}
</style>
background-color css
<style>
a { background-color: #B8033C; }
a { background-color: rgb(184,3,60); }
div.DivClassName
{
background-color: #B8033C;
}
.BgClassName
{
background-color: #B8033C;
}
</style>
border-color css
<style>
span { border-color: #B8033C; }
span { border-color: rgb(184,3,60); }
td.TdClassName
{
border-color: #B8033C;
}
.TagClassName
{
border-color: #B8033C;
}
</style>