Shades of Cardinal #B3032F
Tints of Cardinal #B3032F
RGB
CMYK
RGB Variations
Color information
#B3032F (or 0xB3032F) is known color: Cardinal. HEX triplet: B3, 03 and 2F. RGB value is (179,3,47). Sum of RGB (Red+Green+Blue) = 179+3+47=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B3032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3032F is #4CFCD0. Grayscale: #3C3C3C. Windows color (decimal): -5045457 or 3081139. OLE color: 3081139.
HSL color Cylindrical-coordinate representation of color #B3032F: hue angle of 345º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3032F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.30 |
| HSL | 345º | 0.97% | 0.36% | - |
| HSV(B) | 345º | 0.98% | 0.7% | - |
| XYZ | 19.14 | 9.85 | 3.58 | - |
| YUV | 60.64 | 120.31 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 47 | 0 | 0.98 | 0.74 | 0.30 | 345 | 0.97 | 0.36 |
| Hex | B3 | 3 | 2F | 0 | 62 | 4A | 1E | 159 | 61 | 24 |
| Octal | 263 | 3 | 57 | 0 | 142 | 112 | 36 | 531 | 141 | 44 |
| Binary | 10110011 | 11 | 101111 | 0 | 1100010 | 1001010 | 11110 | 101011001 | 1100001 | 100100 |
Color Harmonies of #B3032F
Complementary color
Monochromatic Colors of #B3032F
Black with #B3032F
Text Example
Text Example
White with #B3032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3032F; }
p { color: rgb(179,3,47); }
H1.HeaderClassName
{
color: #B3032F;
}
.AnyTagClassName
{
color: #B3032F;
}
</style>
background-color css
<style>
a { background-color: #B3032F; }
a { background-color: rgb(179,3,47); }
div.DivClassName
{
background-color: #B3032F;
}
.BgClassName
{
background-color: #B3032F;
}
</style>
border-color css
<style>
span { border-color: #B3032F; }
span { border-color: rgb(179,3,47); }
td.TdClassName
{
border-color: #B3032F;
}
.TagClassName
{
border-color: #B3032F;
}
</style>