Shades of Cardinal #B42633
Tints of Cardinal #B42633
RGB
CMYK
RGB Variations
Color information
#B42633 (or 0xB42633) is known color: Cardinal. HEX triplet: B4, 26 and 33. RGB value is (180,38,51). Sum of RGB (Red+Green+Blue) = 180+38+51=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42633 is #4BD9CC. Grayscale: #525252. Windows color (decimal): -4970957 or 3352244. OLE color: 3352244.
HSL color Cylindrical-coordinate representation of color #B42633: hue angle of 354.51º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42633 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 51 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.29 |
| HSL | 354.51º | 0.65% | 0.43% | - |
| HSV(B) | 354.51º | 0.79% | 0.71% | - |
| XYZ | 20.11 | 11.33 | 4.26 | - |
| YUV | 81.94 | 110.54 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 51 | 0 | 0.79 | 0.72 | 0.29 | 354.51 | 0.65 | 0.43 |
| Hex | B4 | 26 | 33 | 0 | 4F | 48 | 1D | 163 | 41 | 2B |
| Octal | 264 | 46 | 63 | 0 | 117 | 110 | 35 | 543 | 101 | 53 |
| Binary | 10110100 | 100110 | 110011 | 0 | 1001111 | 1001000 | 11101 | 101100011 | 1000001 | 101011 |
Color Harmonies of #B42633
Complementary color
Monochromatic Colors of #B42633
Black with #B42633
Text Example
Text Example
White with #B42633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42633; }
p { color: rgb(180,38,51); }
H1.HeaderClassName
{
color: #B42633;
}
.AnyTagClassName
{
color: #B42633;
}
</style>
background-color css
<style>
a { background-color: #B42633; }
a { background-color: rgb(180,38,51); }
div.DivClassName
{
background-color: #B42633;
}
.BgClassName
{
background-color: #B42633;
}
</style>
border-color css
<style>
span { border-color: #B42633; }
span { border-color: rgb(180,38,51); }
td.TdClassName
{
border-color: #B42633;
}
.TagClassName
{
border-color: #B42633;
}
</style>