Shades of Cardinal #B6253C
Tints of Cardinal #B6253C
RGB
CMYK
RGB Variations
Color information
#B6253C (or 0xB6253C) is known color: Cardinal. HEX triplet: B6, 25 and 3C. RGB value is (182,37,60). Sum of RGB (Red+Green+Blue) = 182+37+60=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6253C is #49DAC3. Grayscale: #535353. Windows color (decimal): -4840132 or 3941814. OLE color: 3941814.
HSL color Cylindrical-coordinate representation of color #B6253C: hue angle of 350.48º degrees, saturation: 0.66, 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 #B6253C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 37 | 60 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.29 |
| HSL | 350.48º | 0.66% | 0.43% | - |
| HSV(B) | 350.48º | 0.8% | 0.71% | - |
| XYZ | 20.77 | 11.59 | 5.42 | - |
| YUV | 82.98 | 115.04 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 60 | 0 | 0.80 | 0.67 | 0.29 | 350.48 | 0.66 | 0.43 |
| Hex | B6 | 25 | 3C | 0 | 50 | 43 | 1D | 15E | 42 | 2B |
| Octal | 266 | 45 | 74 | 0 | 120 | 103 | 35 | 536 | 102 | 53 |
| Binary | 10110110 | 100101 | 111100 | 0 | 1010000 | 1000011 | 11101 | 101011110 | 1000010 | 101011 |
Color Harmonies of #B6253C
Complementary color
Monochromatic Colors of #B6253C
Black with #B6253C
Text Example
Text Example
White with #B6253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6253C; }
p { color: rgb(182,37,60); }
H1.HeaderClassName
{
color: #B6253C;
}
.AnyTagClassName
{
color: #B6253C;
}
</style>
background-color css
<style>
a { background-color: #B6253C; }
a { background-color: rgb(182,37,60); }
div.DivClassName
{
background-color: #B6253C;
}
.BgClassName
{
background-color: #B6253C;
}
</style>
border-color css
<style>
span { border-color: #B6253C; }
span { border-color: rgb(182,37,60); }
td.TdClassName
{
border-color: #B6253C;
}
.TagClassName
{
border-color: #B6253C;
}
</style>