Shades of Cardinal #B2072F
Tints of Cardinal #B2072F
RGB
CMYK
RGB Variations
Color information
#B2072F (or 0xB2072F) is known color: Cardinal. HEX triplet: B2, 07 and 2F. RGB value is (178,7,47). Sum of RGB (Red+Green+Blue) = 178+7+47=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B2072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2072F is #4DF8D0. Grayscale: #3E3E3E. Windows color (decimal): -5109969 or 3082162. OLE color: 3082162.
HSL color Cylindrical-coordinate representation of color #B2072F: hue angle of 345.96º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2072F is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 47 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.30 |
| HSL | 345.96º | 0.92% | 0.36% | - |
| HSV(B) | 345.96º | 0.96% | 0.7% | - |
| XYZ | 18.95 | 9.82 | 3.59 | - |
| YUV | 62.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 47 | 0 | 0.96 | 0.74 | 0.30 | 345.96 | 0.92 | 0.36 |
| Hex | B2 | 7 | 2F | 0 | 60 | 4A | 1E | 15A | 5C | 24 |
| Octal | 262 | 7 | 57 | 0 | 140 | 112 | 36 | 532 | 134 | 44 |
| Binary | 10110010 | 111 | 101111 | 0 | 1100000 | 1001010 | 11110 | 101011010 | 1011100 | 100100 |
Color Harmonies of #B2072F
Complementary color
Monochromatic Colors of #B2072F
Black with #B2072F
Text Example
Text Example
White with #B2072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2072F; }
p { color: rgb(178,7,47); }
H1.HeaderClassName
{
color: #B2072F;
}
.AnyTagClassName
{
color: #B2072F;
}
</style>
background-color css
<style>
a { background-color: #B2072F; }
a { background-color: rgb(178,7,47); }
div.DivClassName
{
background-color: #B2072F;
}
.BgClassName
{
background-color: #B2072F;
}
</style>
border-color css
<style>
span { border-color: #B2072F; }
span { border-color: rgb(178,7,47); }
td.TdClassName
{
border-color: #B2072F;
}
.TagClassName
{
border-color: #B2072F;
}
</style>