Shades of Cardinal #B4083C
Tints of Cardinal #B4083C
RGB
CMYK
RGB Variations
Color information
#B4083C (or 0xB4083C) is known color: Cardinal. HEX triplet: B4, 08 and 3C. RGB value is (180,8,60). Sum of RGB (Red+Green+Blue) = 180+8+60=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B4083C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4083C is #4BF7C3. Grayscale: #414141. Windows color (decimal): -4978628 or 3934388. OLE color: 3934388.
HSL color Cylindrical-coordinate representation of color #B4083C: hue angle of 341.86º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4083C is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 60 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.29 |
| HSL | 341.86º | 0.91% | 0.37% | - |
| HSV(B) | 341.86º | 0.96% | 0.71% | - |
| XYZ | 19.72 | 10.2 | 5.2 | - |
| YUV | 65.36 | 124.98 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 60 | 0 | 0.96 | 0.67 | 0.29 | 341.86 | 0.91 | 0.37 |
| Hex | B4 | 8 | 3C | 0 | 60 | 43 | 1D | 156 | 5B | 25 |
| Octal | 264 | 10 | 74 | 0 | 140 | 103 | 35 | 526 | 133 | 45 |
| Binary | 10110100 | 1000 | 111100 | 0 | 1100000 | 1000011 | 11101 | 101010110 | 1011011 | 100101 |
Color Harmonies of #B4083C
Complementary color
Monochromatic Colors of #B4083C
Black with #B4083C
Text Example
Text Example
White with #B4083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4083C; }
p { color: rgb(180,8,60); }
H1.HeaderClassName
{
color: #B4083C;
}
.AnyTagClassName
{
color: #B4083C;
}
</style>
background-color css
<style>
a { background-color: #B4083C; }
a { background-color: rgb(180,8,60); }
div.DivClassName
{
background-color: #B4083C;
}
.BgClassName
{
background-color: #B4083C;
}
</style>
border-color css
<style>
span { border-color: #B4083C; }
span { border-color: rgb(180,8,60); }
td.TdClassName
{
border-color: #B4083C;
}
.TagClassName
{
border-color: #B4083C;
}
</style>