Shades of Cardinal #B6073D
Tints of Cardinal #B6073D
RGB
CMYK
RGB Variations
Color information
#B6073D (or 0xB6073D) is known color: Cardinal. HEX triplet: B6, 07 and 3D. RGB value is (182,7,61). Sum of RGB (Red+Green+Blue) = 182+7+61=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B6073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6073D is #49F8C2. Grayscale: #414141. Windows color (decimal): -4847811 or 3999670. OLE color: 3999670.
HSL color Cylindrical-coordinate representation of color #B6073D: hue angle of 341.49º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6073D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.29 |
| HSL | 341.49º | 0.93% | 0.37% | - |
| HSV(B) | 341.49º | 0.96% | 0.71% | - |
| XYZ | 20.21 | 10.43 | 5.36 | - |
| YUV | 65.48 | 125.48 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 61 | 0 | 0.96 | 0.66 | 0.29 | 341.49 | 0.93 | 0.37 |
| Hex | B6 | 7 | 3D | 0 | 60 | 42 | 1D | 155 | 5D | 25 |
| Octal | 266 | 7 | 75 | 0 | 140 | 102 | 35 | 525 | 135 | 45 |
| Binary | 10110110 | 111 | 111101 | 0 | 1100000 | 1000010 | 11101 | 101010101 | 1011101 | 100101 |
Color Harmonies of #B6073D
Complementary color
Monochromatic Colors of #B6073D
Black with #B6073D
Text Example
Text Example
White with #B6073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6073D; }
p { color: rgb(182,7,61); }
H1.HeaderClassName
{
color: #B6073D;
}
.AnyTagClassName
{
color: #B6073D;
}
</style>
background-color css
<style>
a { background-color: #B6073D; }
a { background-color: rgb(182,7,61); }
div.DivClassName
{
background-color: #B6073D;
}
.BgClassName
{
background-color: #B6073D;
}
</style>
border-color css
<style>
span { border-color: #B6073D; }
span { border-color: rgb(182,7,61); }
td.TdClassName
{
border-color: #B6073D;
}
.TagClassName
{
border-color: #B6073D;
}
</style>