Shades of Cardinal #B62541
Tints of Cardinal #B62541
RGB
CMYK
RGB Variations
Color information
#B62541 (or 0xB62541) is known color: Cardinal. HEX triplet: B6, 25 and 41. RGB value is (182,37,65). Sum of RGB (Red+Green+Blue) = 182+37+65=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B62541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62541 is #49DABE. Grayscale: #535353. Windows color (decimal): -4840127 or 4269494. OLE color: 4269494.
HSL color Cylindrical-coordinate representation of color #B62541: hue angle of 348.41º 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 #B62541 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 37 | 65 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.29 |
| HSL | 348.41º | 0.66% | 0.43% | - |
| HSV(B) | 348.41º | 0.8% | 0.71% | - |
| XYZ | 20.91 | 11.65 | 6.15 | - |
| YUV | 83.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 65 | 0 | 0.80 | 0.64 | 0.29 | 348.41 | 0.66 | 0.43 |
| Hex | B6 | 25 | 41 | 0 | 50 | 40 | 1D | 15C | 42 | 2B |
| Octal | 266 | 45 | 101 | 0 | 120 | 100 | 35 | 534 | 102 | 53 |
| Binary | 10110110 | 100101 | 1000001 | 0 | 1010000 | 1000000 | 11101 | 101011100 | 1000010 | 101011 |
Color Harmonies of #B62541
Complementary color
Monochromatic Colors of #B62541
Black with #B62541
Text Example
Text Example
White with #B62541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62541; }
p { color: rgb(182,37,65); }
H1.HeaderClassName
{
color: #B62541;
}
.AnyTagClassName
{
color: #B62541;
}
</style>
background-color css
<style>
a { background-color: #B62541; }
a { background-color: rgb(182,37,65); }
div.DivClassName
{
background-color: #B62541;
}
.BgClassName
{
background-color: #B62541;
}
</style>
border-color css
<style>
span { border-color: #B62541; }
span { border-color: rgb(182,37,65); }
td.TdClassName
{
border-color: #B62541;
}
.TagClassName
{
border-color: #B62541;
}
</style>