Shades of Cardinal #B7183C
Tints of Cardinal #B7183C
RGB
CMYK
RGB Variations
Color information
#B7183C (or 0xB7183C) is known color: Cardinal. HEX triplet: B7, 18 and 3C. RGB value is (183,24,60). Sum of RGB (Red+Green+Blue) = 183+24+60=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7183C is #48E7C3. Grayscale: #4B4B4B. Windows color (decimal): -4777924 or 3938487. OLE color: 3938487.
HSL color Cylindrical-coordinate representation of color #B7183C: hue angle of 346.42º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7183C is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 60 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.28 |
| HSL | 346.42º | 0.77% | 0.41% | - |
| HSV(B) | 346.42º | 0.87% | 0.72% | - |
| XYZ | 20.67 | 11.05 | 5.32 | - |
| YUV | 75.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 60 | 0 | 0.87 | 0.67 | 0.28 | 346.42 | 0.77 | 0.41 |
| Hex | B7 | 18 | 3C | 0 | 57 | 43 | 1C | 15A | 4D | 29 |
| Octal | 267 | 30 | 74 | 0 | 127 | 103 | 34 | 532 | 115 | 51 |
| Binary | 10110111 | 11000 | 111100 | 0 | 1010111 | 1000011 | 11100 | 101011010 | 1001101 | 101001 |
Color Harmonies of #B7183C
Complementary color
Monochromatic Colors of #B7183C
Black with #B7183C
Text Example
Text Example
White with #B7183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7183C; }
p { color: rgb(183,24,60); }
H1.HeaderClassName
{
color: #B7183C;
}
.AnyTagClassName
{
color: #B7183C;
}
</style>
background-color css
<style>
a { background-color: #B7183C; }
a { background-color: rgb(183,24,60); }
div.DivClassName
{
background-color: #B7183C;
}
.BgClassName
{
background-color: #B7183C;
}
</style>
border-color css
<style>
span { border-color: #B7183C; }
span { border-color: rgb(183,24,60); }
td.TdClassName
{
border-color: #B7183C;
}
.TagClassName
{
border-color: #B7183C;
}
</style>