Shades of Cardinal #B0263D
Tints of Cardinal #B0263D
RGB
CMYK
RGB Variations
Color information
#B0263D (or 0xB0263D) is known color: Cardinal. HEX triplet: B0, 26 and 3D. RGB value is (176,38,61). Sum of RGB (Red+Green+Blue) = 176+38+61=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0263D is #4FD9C2. Grayscale: #515151. Windows color (decimal): -5233091 or 4007600. OLE color: 4007600.
HSL color Cylindrical-coordinate representation of color #B0263D: hue angle of 350º 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 #B0263D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 38 | 61 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.31 |
| HSL | 350º | 0.64% | 0.42% | - |
| HSV(B) | 350º | 0.78% | 0.69% | - |
| XYZ | 19.44 | 10.95 | 5.5 | - |
| YUV | 81.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 38 | 61 | 0 | 0.78 | 0.65 | 0.31 | 350 | 0.64 | 0.42 |
| Hex | B0 | 26 | 3D | 0 | 4E | 41 | 1F | 15E | 40 | 2A |
| Octal | 260 | 46 | 75 | 0 | 116 | 101 | 37 | 536 | 100 | 52 |
| Binary | 10110000 | 100110 | 111101 | 0 | 1001110 | 1000001 | 11111 | 101011110 | 1000000 | 101010 |
Color Harmonies of #B0263D
Complementary color
Monochromatic Colors of #B0263D
Black with #B0263D
Text Example
Text Example
White with #B0263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0263D; }
p { color: rgb(176,38,61); }
H1.HeaderClassName
{
color: #B0263D;
}
.AnyTagClassName
{
color: #B0263D;
}
</style>
background-color css
<style>
a { background-color: #B0263D; }
a { background-color: rgb(176,38,61); }
div.DivClassName
{
background-color: #B0263D;
}
.BgClassName
{
background-color: #B0263D;
}
</style>
border-color css
<style>
span { border-color: #B0263D; }
span { border-color: rgb(176,38,61); }
td.TdClassName
{
border-color: #B0263D;
}
.TagClassName
{
border-color: #B0263D;
}
</style>