Shades of Cardinal #B0243D
Tints of Cardinal #B0243D
RGB
CMYK
RGB Variations
Color information
#B0243D (or 0xB0243D) is known color: Cardinal. HEX triplet: B0, 24 and 3D. RGB value is (176,36,61). Sum of RGB (Red+Green+Blue) = 176+36+61=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0243D is #4FDBC2. Grayscale: #505050. Windows color (decimal): -5233603 or 4007088. OLE color: 4007088.
HSL color Cylindrical-coordinate representation of color #B0243D: hue angle of 349.29º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0243D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 61 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.31 |
| HSL | 349.29º | 0.66% | 0.42% | - |
| HSV(B) | 349.29º | 0.8% | 0.69% | - |
| XYZ | 19.38 | 10.83 | 5.48 | - |
| YUV | 80.71 | 116.88 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 61 | 0 | 0.80 | 0.65 | 0.31 | 349.29 | 0.66 | 0.42 |
| Hex | B0 | 24 | 3D | 0 | 50 | 41 | 1F | 15D | 42 | 2A |
| Octal | 260 | 44 | 75 | 0 | 120 | 101 | 37 | 535 | 102 | 52 |
| Binary | 10110000 | 100100 | 111101 | 0 | 1010000 | 1000001 | 11111 | 101011101 | 1000010 | 101010 |
Color Harmonies of #B0243D
Complementary color
Monochromatic Colors of #B0243D
Black with #B0243D
Text Example
Text Example
White with #B0243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0243D; }
p { color: rgb(176,36,61); }
H1.HeaderClassName
{
color: #B0243D;
}
.AnyTagClassName
{
color: #B0243D;
}
</style>
background-color css
<style>
a { background-color: #B0243D; }
a { background-color: rgb(176,36,61); }
div.DivClassName
{
background-color: #B0243D;
}
.BgClassName
{
background-color: #B0243D;
}
</style>
border-color css
<style>
span { border-color: #B0243D; }
span { border-color: rgb(176,36,61); }
td.TdClassName
{
border-color: #B0243D;
}
.TagClassName
{
border-color: #B0243D;
}
</style>