Shades of Cardinal #B42735
Tints of Cardinal #B42735
RGB
CMYK
RGB Variations
Color information
#B42735 (or 0xB42735) is known color: Cardinal. HEX triplet: B4, 27 and 35. RGB value is (180,39,53). Sum of RGB (Red+Green+Blue) = 180+39+53=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B42735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42735 is #4BD8CA. Grayscale: #525252. Windows color (decimal): -4970699 or 3483572. OLE color: 3483572.
HSL color Cylindrical-coordinate representation of color #B42735: hue angle of 354.04º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42735 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 39 | 53 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.29 |
| HSL | 354.04º | 0.64% | 0.43% | - |
| HSV(B) | 354.04º | 0.78% | 0.71% | - |
| XYZ | 20.19 | 11.41 | 4.51 | - |
| YUV | 82.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 39 | 53 | 0 | 0.78 | 0.71 | 0.29 | 354.04 | 0.64 | 0.43 |
| Hex | B4 | 27 | 35 | 0 | 4E | 47 | 1D | 162 | 40 | 2B |
| Octal | 264 | 47 | 65 | 0 | 116 | 107 | 35 | 542 | 100 | 53 |
| Binary | 10110100 | 100111 | 110101 | 0 | 1001110 | 1000111 | 11101 | 101100010 | 1000000 | 101011 |
Color Harmonies of #B42735
Complementary color
Monochromatic Colors of #B42735
Black with #B42735
Text Example
Text Example
White with #B42735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42735; }
p { color: rgb(180,39,53); }
H1.HeaderClassName
{
color: #B42735;
}
.AnyTagClassName
{
color: #B42735;
}
</style>
background-color css
<style>
a { background-color: #B42735; }
a { background-color: rgb(180,39,53); }
div.DivClassName
{
background-color: #B42735;
}
.BgClassName
{
background-color: #B42735;
}
</style>
border-color css
<style>
span { border-color: #B42735; }
span { border-color: rgb(180,39,53); }
td.TdClassName
{
border-color: #B42735;
}
.TagClassName
{
border-color: #B42735;
}
</style>