Shades of Cardinal #B7183D
Tints of Cardinal #B7183D
RGB
CMYK
RGB Variations
Color information
#B7183D (or 0xB7183D) is known color: Cardinal. HEX triplet: B7, 18 and 3D. RGB value is (183,24,61). Sum of RGB (Red+Green+Blue) = 183+24+61=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7183D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7183D is #48E7C2. Grayscale: #4B4B4B. Windows color (decimal): -4777923 or 4004023. OLE color: 4004023.
HSL color Cylindrical-coordinate representation of color #B7183D: hue angle of 346.04º 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 #B7183D is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 61 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.28 |
| HSL | 346.04º | 0.77% | 0.41% | - |
| HSV(B) | 346.04º | 0.87% | 0.72% | - |
| XYZ | 20.7 | 11.06 | 5.46 | - |
| YUV | 75.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 61 | 0 | 0.87 | 0.67 | 0.28 | 346.04 | 0.77 | 0.41 |
| Hex | B7 | 18 | 3D | 0 | 57 | 43 | 1C | 15A | 4D | 29 |
| Octal | 267 | 30 | 75 | 0 | 127 | 103 | 34 | 532 | 115 | 51 |
| Binary | 10110111 | 11000 | 111101 | 0 | 1010111 | 1000011 | 11100 | 101011010 | 1001101 | 101001 |
Color Harmonies of #B7183D
Complementary color
Monochromatic Colors of #B7183D
Black with #B7183D
Text Example
Text Example
White with #B7183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7183D; }
p { color: rgb(183,24,61); }
H1.HeaderClassName
{
color: #B7183D;
}
.AnyTagClassName
{
color: #B7183D;
}
</style>
background-color css
<style>
a { background-color: #B7183D; }
a { background-color: rgb(183,24,61); }
div.DivClassName
{
background-color: #B7183D;
}
.BgClassName
{
background-color: #B7183D;
}
</style>
border-color css
<style>
span { border-color: #B7183D; }
span { border-color: rgb(183,24,61); }
td.TdClassName
{
border-color: #B7183D;
}
.TagClassName
{
border-color: #B7183D;
}
</style>