Shades of Cardinal #B6262E
Tints of Cardinal #B6262E
RGB
CMYK
RGB Variations
Color information
#B6262E (or 0xB6262E) is known color: Cardinal. HEX triplet: B6, 26 and 2E. RGB value is (182,38,46). Sum of RGB (Red+Green+Blue) = 182+38+46=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6262E is #49D9D1. Grayscale: #525252. Windows color (decimal): -4839890 or 3024566. OLE color: 3024566.
HSL color Cylindrical-coordinate representation of color #B6262E: hue angle of 356.67º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6262E is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 38 | 46 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.29 |
| HSL | 356.67º | 0.65% | 0.43% | - |
| HSV(B) | 356.67º | 0.79% | 0.71% | - |
| XYZ | 20.48 | 11.53 | 3.73 | - |
| YUV | 81.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 38 | 46 | 0 | 0.79 | 0.75 | 0.29 | 356.67 | 0.65 | 0.43 |
| Hex | B6 | 26 | 2E | 0 | 4F | 4B | 1D | 165 | 41 | 2B |
| Octal | 266 | 46 | 56 | 0 | 117 | 113 | 35 | 545 | 101 | 53 |
| Binary | 10110110 | 100110 | 101110 | 0 | 1001111 | 1001011 | 11101 | 101100101 | 1000001 | 101011 |
Color Harmonies of #B6262E
Complementary color
Monochromatic Colors of #B6262E
Black with #B6262E
Text Example
Text Example
White with #B6262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6262E; }
p { color: rgb(182,38,46); }
H1.HeaderClassName
{
color: #B6262E;
}
.AnyTagClassName
{
color: #B6262E;
}
</style>
background-color css
<style>
a { background-color: #B6262E; }
a { background-color: rgb(182,38,46); }
div.DivClassName
{
background-color: #B6262E;
}
.BgClassName
{
background-color: #B6262E;
}
</style>
border-color css
<style>
span { border-color: #B6262E; }
span { border-color: rgb(182,38,46); }
td.TdClassName
{
border-color: #B6262E;
}
.TagClassName
{
border-color: #B6262E;
}
</style>