Shades of Cardinal #B32135
Tints of Cardinal #B32135
RGB
CMYK
RGB Variations
Color information
#B32135 (or 0xB32135) is known color: Cardinal. HEX triplet: B3, 21 and 35. RGB value is (179,33,53). Sum of RGB (Red+Green+Blue) = 179+33+53=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B32135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32135 is #4CDECA. Grayscale: #4E4E4E. Windows color (decimal): -5037771 or 3482035. OLE color: 3482035.
HSL color Cylindrical-coordinate representation of color #B32135: hue angle of 351.78º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32135 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 33 | 53 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.30 |
| HSL | 351.78º | 0.69% | 0.42% | - |
| HSV(B) | 351.78º | 0.82% | 0.7% | - |
| XYZ | 19.78 | 10.93 | 4.44 | - |
| YUV | 78.93 | 113.37 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 33 | 53 | 0 | 0.82 | 0.70 | 0.30 | 351.78 | 0.69 | 0.42 |
| Hex | B3 | 21 | 35 | 0 | 52 | 46 | 1E | 160 | 45 | 2A |
| Octal | 263 | 41 | 65 | 0 | 122 | 106 | 36 | 540 | 105 | 52 |
| Binary | 10110011 | 100001 | 110101 | 0 | 1010010 | 1000110 | 11110 | 101100000 | 1000101 | 101010 |
Color Harmonies of #B32135
Complementary color
Monochromatic Colors of #B32135
Black with #B32135
Text Example
Text Example
White with #B32135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32135; }
p { color: rgb(179,33,53); }
H1.HeaderClassName
{
color: #B32135;
}
.AnyTagClassName
{
color: #B32135;
}
</style>
background-color css
<style>
a { background-color: #B32135; }
a { background-color: rgb(179,33,53); }
div.DivClassName
{
background-color: #B32135;
}
.BgClassName
{
background-color: #B32135;
}
</style>
border-color css
<style>
span { border-color: #B32135; }
span { border-color: rgb(179,33,53); }
td.TdClassName
{
border-color: #B32135;
}
.TagClassName
{
border-color: #B32135;
}
</style>