Shades of Cardinal #B7203D
Tints of Cardinal #B7203D
RGB
CMYK
RGB Variations
Color information
#B7203D (or 0xB7203D) is known color: Cardinal. HEX triplet: B7, 20 and 3D. RGB value is (183,32,61). Sum of RGB (Red+Green+Blue) = 183+32+61=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7203D is #48DFC2. Grayscale: #505050. Windows color (decimal): -4775875 or 4006071. OLE color: 4006071.
HSL color Cylindrical-coordinate representation of color #B7203D: hue angle of 348.48º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7203D is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 61 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.28 |
| HSL | 348.48º | 0.7% | 0.42% | - |
| HSV(B) | 348.48º | 0.83% | 0.72% | - |
| XYZ | 20.89 | 11.44 | 5.52 | - |
| YUV | 80.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 61 | 0 | 0.83 | 0.67 | 0.28 | 348.48 | 0.7 | 0.42 |
| Hex | B7 | 20 | 3D | 0 | 53 | 43 | 1C | 15C | 46 | 2A |
| Octal | 267 | 40 | 75 | 0 | 123 | 103 | 34 | 534 | 106 | 52 |
| Binary | 10110111 | 100000 | 111101 | 0 | 1010011 | 1000011 | 11100 | 101011100 | 1000110 | 101010 |
Color Harmonies of #B7203D
Complementary color
Monochromatic Colors of #B7203D
Black with #B7203D
Text Example
Text Example
White with #B7203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7203D; }
p { color: rgb(183,32,61); }
H1.HeaderClassName
{
color: #B7203D;
}
.AnyTagClassName
{
color: #B7203D;
}
</style>
background-color css
<style>
a { background-color: #B7203D; }
a { background-color: rgb(183,32,61); }
div.DivClassName
{
background-color: #B7203D;
}
.BgClassName
{
background-color: #B7203D;
}
</style>
border-color css
<style>
span { border-color: #B7203D; }
span { border-color: rgb(183,32,61); }
td.TdClassName
{
border-color: #B7203D;
}
.TagClassName
{
border-color: #B7203D;
}
</style>