Shades of Cardinal #B4233C
Tints of Cardinal #B4233C
RGB
CMYK
RGB Variations
Color information
#B4233C (or 0xB4233C) is known color: Cardinal. HEX triplet: B4, 23 and 3C. RGB value is (180,35,60). Sum of RGB (Red+Green+Blue) = 180+35+60=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4233C is #4BDCC3. Grayscale: #515151. Windows color (decimal): -4971716 or 3941300. OLE color: 3941300.
HSL color Cylindrical-coordinate representation of color #B4233C: hue angle of 349.66º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4233C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 60 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.29 |
| HSL | 349.66º | 0.67% | 0.42% | - |
| HSV(B) | 349.66º | 0.81% | 0.71% | - |
| XYZ | 20.24 | 11.23 | 5.38 | - |
| YUV | 81.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 60 | 0 | 0.81 | 0.67 | 0.29 | 349.66 | 0.67 | 0.42 |
| Hex | B4 | 23 | 3C | 0 | 51 | 43 | 1D | 15E | 43 | 2A |
| Octal | 264 | 43 | 74 | 0 | 121 | 103 | 35 | 536 | 103 | 52 |
| Binary | 10110100 | 100011 | 111100 | 0 | 1010001 | 1000011 | 11101 | 101011110 | 1000011 | 101010 |
Color Harmonies of #B4233C
Complementary color
Monochromatic Colors of #B4233C
Black with #B4233C
Text Example
Text Example
White with #B4233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4233C; }
p { color: rgb(180,35,60); }
H1.HeaderClassName
{
color: #B4233C;
}
.AnyTagClassName
{
color: #B4233C;
}
</style>
background-color css
<style>
a { background-color: #B4233C; }
a { background-color: rgb(180,35,60); }
div.DivClassName
{
background-color: #B4233C;
}
.BgClassName
{
background-color: #B4233C;
}
</style>
border-color css
<style>
span { border-color: #B4233C; }
span { border-color: rgb(180,35,60); }
td.TdClassName
{
border-color: #B4233C;
}
.TagClassName
{
border-color: #B4233C;
}
</style>