Shades of Cardinal #B2052F
Tints of Cardinal #B2052F
RGB
CMYK
RGB Variations
Color information
#B2052F (or 0xB2052F) is known color: Cardinal. HEX triplet: B2, 05 and 2F. RGB value is (178,5,47). Sum of RGB (Red+Green+Blue) = 178+5+47=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B2052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2052F is #4DFAD0. Grayscale: #3D3D3D. Windows color (decimal): -5110481 or 3081650. OLE color: 3081650.
HSL color Cylindrical-coordinate representation of color #B2052F: hue angle of 345.43º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2052F is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.30 |
| HSL | 345.43º | 0.95% | 0.36% | - |
| HSV(B) | 345.43º | 0.97% | 0.7% | - |
| XYZ | 18.93 | 9.78 | 3.58 | - |
| YUV | 61.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 47 | 0 | 0.97 | 0.74 | 0.30 | 345.43 | 0.95 | 0.36 |
| Hex | B2 | 5 | 2F | 0 | 61 | 4A | 1E | 159 | 5F | 24 |
| Octal | 262 | 5 | 57 | 0 | 141 | 112 | 36 | 531 | 137 | 44 |
| Binary | 10110010 | 101 | 101111 | 0 | 1100001 | 1001010 | 11110 | 101011001 | 1011111 | 100100 |
Color Harmonies of #B2052F
Complementary color
Monochromatic Colors of #B2052F
Black with #B2052F
Text Example
Text Example
White with #B2052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2052F; }
p { color: rgb(178,5,47); }
H1.HeaderClassName
{
color: #B2052F;
}
.AnyTagClassName
{
color: #B2052F;
}
</style>
background-color css
<style>
a { background-color: #B2052F; }
a { background-color: rgb(178,5,47); }
div.DivClassName
{
background-color: #B2052F;
}
.BgClassName
{
background-color: #B2052F;
}
</style>
border-color css
<style>
span { border-color: #B2052F; }
span { border-color: rgb(178,5,47); }
td.TdClassName
{
border-color: #B2052F;
}
.TagClassName
{
border-color: #B2052F;
}
</style>