Shades of Cardinal #B2073D
Tints of Cardinal #B2073D
RGB
CMYK
RGB Variations
Color information
#B2073D (or 0xB2073D) is known color: Cardinal. HEX triplet: B2, 07 and 3D. RGB value is (178,7,61). Sum of RGB (Red+Green+Blue) = 178+7+61=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2073D is #4DF8C2. Grayscale: #404040. Windows color (decimal): -5109955 or 3999666. OLE color: 3999666.
HSL color Cylindrical-coordinate representation of color #B2073D: hue angle of 341.05º 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 #B2073D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.30 |
| HSL | 341.05º | 0.92% | 0.36% | - |
| HSV(B) | 341.05º | 0.96% | 0.7% | - |
| XYZ | 19.28 | 9.95 | 5.32 | - |
| YUV | 64.29 | 126.15 | 209.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 61 | 0 | 0.96 | 0.66 | 0.30 | 341.05 | 0.92 | 0.36 |
| Hex | B2 | 7 | 3D | 0 | 60 | 42 | 1E | 155 | 5C | 24 |
| Octal | 262 | 7 | 75 | 0 | 140 | 102 | 36 | 525 | 134 | 44 |
| Binary | 10110010 | 111 | 111101 | 0 | 1100000 | 1000010 | 11110 | 101010101 | 1011100 | 100100 |
Color Harmonies of #B2073D
Complementary color
Monochromatic Colors of #B2073D
Black with #B2073D
Text Example
Text Example
White with #B2073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2073D; }
p { color: rgb(178,7,61); }
H1.HeaderClassName
{
color: #B2073D;
}
.AnyTagClassName
{
color: #B2073D;
}
</style>
background-color css
<style>
a { background-color: #B2073D; }
a { background-color: rgb(178,7,61); }
div.DivClassName
{
background-color: #B2073D;
}
.BgClassName
{
background-color: #B2073D;
}
</style>
border-color css
<style>
span { border-color: #B2073D; }
span { border-color: rgb(178,7,61); }
td.TdClassName
{
border-color: #B2073D;
}
.TagClassName
{
border-color: #B2073D;
}
</style>