Shades of Cardinal #B32A31
Tints of Cardinal #B32A31
RGB
CMYK
RGB Variations
Color information
#B32A31 (or 0xB32A31) is known color: Cardinal. HEX triplet: B3, 2A and 31. RGB value is (179,42,49). Sum of RGB (Red+Green+Blue) = 179+42+49=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A31 is #4CD5CE. Grayscale: #535353. Windows color (decimal): -5035471 or 3222195. OLE color: 3222195.
HSL color Cylindrical-coordinate representation of color #B32A31: hue angle of 356.93º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A31 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 49 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.30 |
| HSL | 356.93º | 0.62% | 0.43% | - |
| HSV(B) | 356.93º | 0.77% | 0.7% | - |
| XYZ | 19.97 | 11.46 | 4.07 | - |
| YUV | 83.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 49 | 0 | 0.77 | 0.73 | 0.30 | 356.93 | 0.62 | 0.43 |
| Hex | B3 | 2A | 31 | 0 | 4D | 49 | 1E | 165 | 3E | 2B |
| Octal | 263 | 52 | 61 | 0 | 115 | 111 | 36 | 545 | 76 | 53 |
| Binary | 10110011 | 101010 | 110001 | 0 | 1001101 | 1001001 | 11110 | 101100101 | 111110 | 101011 |
Color Harmonies of #B32A31
Complementary color
Monochromatic Colors of #B32A31
Black with #B32A31
Text Example
Text Example
White with #B32A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A31; }
p { color: rgb(179,42,49); }
H1.HeaderClassName
{
color: #B32A31;
}
.AnyTagClassName
{
color: #B32A31;
}
</style>
background-color css
<style>
a { background-color: #B32A31; }
a { background-color: rgb(179,42,49); }
div.DivClassName
{
background-color: #B32A31;
}
.BgClassName
{
background-color: #B32A31;
}
</style>
border-color css
<style>
span { border-color: #B32A31; }
span { border-color: rgb(179,42,49); }
td.TdClassName
{
border-color: #B32A31;
}
.TagClassName
{
border-color: #B32A31;
}
</style>