Shades of Cardinal #B0263C
Tints of Cardinal #B0263C
RGB
CMYK
RGB Variations
Color information
#B0263C (or 0xB0263C) is known color: Cardinal. HEX triplet: B0, 26 and 3C. RGB value is (176,38,60). Sum of RGB (Red+Green+Blue) = 176+38+60=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0263C is #4FD9C3. Grayscale: #515151. Windows color (decimal): -5233092 or 3942064. OLE color: 3942064.
HSL color Cylindrical-coordinate representation of color #B0263C: hue angle of 350.43º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0263C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 60 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.31 |
| HSL | 350.43º | 0.64% | 0.42% | - |
| HSV(B) | 350.43º | 0.78% | 0.69% | - |
| XYZ | 19.41 | 10.94 | 5.36 | - |
| YUV | 81.77 | 115.72 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 60 | 0 | 0.78 | 0.66 | 0.31 | 350.43 | 0.64 | 0.42 |
| Hex | B0 | 26 | 3C | 0 | 4E | 42 | 1F | 15E | 40 | 2A |
| Octal | 260 | 46 | 74 | 0 | 116 | 102 | 37 | 536 | 100 | 52 |
| Binary | 10110000 | 100110 | 111100 | 0 | 1001110 | 1000010 | 11111 | 101011110 | 1000000 | 101010 |
Color Harmonies of #B0263C
Complementary color
Monochromatic Colors of #B0263C
Black with #B0263C
Text Example
Text Example
White with #B0263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0263C; }
p { color: rgb(176,38,60); }
H1.HeaderClassName
{
color: #B0263C;
}
.AnyTagClassName
{
color: #B0263C;
}
</style>
background-color css
<style>
a { background-color: #B0263C; }
a { background-color: rgb(176,38,60); }
div.DivClassName
{
background-color: #B0263C;
}
.BgClassName
{
background-color: #B0263C;
}
</style>
border-color css
<style>
span { border-color: #B0263C; }
span { border-color: rgb(176,38,60); }
td.TdClassName
{
border-color: #B0263C;
}
.TagClassName
{
border-color: #B0263C;
}
</style>