Shades of Cardinal #B6242D
Tints of Cardinal #B6242D
RGB
CMYK
RGB Variations
Color information
#B6242D (or 0xB6242D) is known color: Cardinal. HEX triplet: B6, 24 and 2D. RGB value is (182,36,45). Sum of RGB (Red+Green+Blue) = 182+36+45=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B6242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6242D is #49DBD2. Grayscale: #505050. Windows color (decimal): -4840403 or 2958518. OLE color: 2958518.
HSL color Cylindrical-coordinate representation of color #B6242D: hue angle of 356.3º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6242D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 36 | 45 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.29 |
| HSL | 356.3º | 0.67% | 0.43% | - |
| HSV(B) | 356.3º | 0.8% | 0.71% | - |
| XYZ | 20.4 | 11.4 | 3.61 | - |
| YUV | 80.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 36 | 45 | 0 | 0.80 | 0.75 | 0.29 | 356.3 | 0.67 | 0.43 |
| Hex | B6 | 24 | 2D | 0 | 50 | 4B | 1D | 164 | 43 | 2B |
| Octal | 266 | 44 | 55 | 0 | 120 | 113 | 35 | 544 | 103 | 53 |
| Binary | 10110110 | 100100 | 101101 | 0 | 1010000 | 1001011 | 11101 | 101100100 | 1000011 | 101011 |
Color Harmonies of #B6242D
Complementary color
Monochromatic Colors of #B6242D
Black with #B6242D
Text Example
Text Example
White with #B6242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6242D; }
p { color: rgb(182,36,45); }
H1.HeaderClassName
{
color: #B6242D;
}
.AnyTagClassName
{
color: #B6242D;
}
</style>
background-color css
<style>
a { background-color: #B6242D; }
a { background-color: rgb(182,36,45); }
div.DivClassName
{
background-color: #B6242D;
}
.BgClassName
{
background-color: #B6242D;
}
</style>
border-color css
<style>
span { border-color: #B6242D; }
span { border-color: rgb(182,36,45); }
td.TdClassName
{
border-color: #B6242D;
}
.TagClassName
{
border-color: #B6242D;
}
</style>