Shades of Cardinal #B61833
Tints of Cardinal #B61833
RGB
CMYK
RGB Variations
Color information
#B61833 (or 0xB61833) is known color: Cardinal. HEX triplet: B6, 18 and 33. RGB value is (182,24,51). Sum of RGB (Red+Green+Blue) = 182+24+51=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61833 is #49E7CC. Grayscale: #4A4A4A. Windows color (decimal): -4843469 or 3348662. OLE color: 3348662.
HSL color Cylindrical-coordinate representation of color #B61833: hue angle of 349.75º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61833 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 24 | 51 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.29 |
| HSL | 349.75º | 0.77% | 0.4% | - |
| HSV(B) | 349.75º | 0.87% | 0.71% | - |
| XYZ | 20.22 | 10.84 | 4.16 | - |
| YUV | 74.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 51 | 0 | 0.87 | 0.72 | 0.29 | 349.75 | 0.77 | 0.4 |
| Hex | B6 | 18 | 33 | 0 | 57 | 48 | 1D | 15E | 4D | 28 |
| Octal | 266 | 30 | 63 | 0 | 127 | 110 | 35 | 536 | 115 | 50 |
| Binary | 10110110 | 11000 | 110011 | 0 | 1010111 | 1001000 | 11101 | 101011110 | 1001101 | 101000 |
Color Harmonies of #B61833
Complementary color
Monochromatic Colors of #B61833
Black with #B61833
Text Example
Text Example
White with #B61833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61833; }
p { color: rgb(182,24,51); }
H1.HeaderClassName
{
color: #B61833;
}
.AnyTagClassName
{
color: #B61833;
}
</style>
background-color css
<style>
a { background-color: #B61833; }
a { background-color: rgb(182,24,51); }
div.DivClassName
{
background-color: #B61833;
}
.BgClassName
{
background-color: #B61833;
}
</style>
border-color css
<style>
span { border-color: #B61833; }
span { border-color: rgb(182,24,51); }
td.TdClassName
{
border-color: #B61833;
}
.TagClassName
{
border-color: #B61833;
}
</style>