Shades of Cardinal #B8262F
Tints of Cardinal #B8262F
RGB
CMYK
RGB Variations
Color information
#B8262F (or 0xB8262F) is known color: Cardinal. HEX triplet: B8, 26 and 2F. RGB value is (184,38,47). Sum of RGB (Red+Green+Blue) = 184+38+47=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8262F is #47D9D0. Grayscale: #525252. Windows color (decimal): -4708817 or 3090104. OLE color: 3090104.
HSL color Cylindrical-coordinate representation of color #B8262F: hue angle of 356.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8262F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 47 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.28 |
| HSL | 356.3º | 0.66% | 0.44% | - |
| HSV(B) | 356.3º | 0.79% | 0.72% | - |
| XYZ | 20.97 | 11.78 | 3.86 | - |
| YUV | 82.68 | 107.87 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 47 | 0 | 0.79 | 0.74 | 0.28 | 356.3 | 0.66 | 0.44 |
| Hex | B8 | 26 | 2F | 0 | 4F | 4A | 1C | 164 | 42 | 2C |
| Octal | 270 | 46 | 57 | 0 | 117 | 112 | 34 | 544 | 102 | 54 |
| Binary | 10111000 | 100110 | 101111 | 0 | 1001111 | 1001010 | 11100 | 101100100 | 1000010 | 101100 |
Color Harmonies of #B8262F
Complementary color
Monochromatic Colors of #B8262F
Black with #B8262F
Text Example
Text Example
White with #B8262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8262F; }
p { color: rgb(184,38,47); }
H1.HeaderClassName
{
color: #B8262F;
}
.AnyTagClassName
{
color: #B8262F;
}
</style>
background-color css
<style>
a { background-color: #B8262F; }
a { background-color: rgb(184,38,47); }
div.DivClassName
{
background-color: #B8262F;
}
.BgClassName
{
background-color: #B8262F;
}
</style>
border-color css
<style>
span { border-color: #B8262F; }
span { border-color: rgb(184,38,47); }
td.TdClassName
{
border-color: #B8262F;
}
.TagClassName
{
border-color: #B8262F;
}
</style>