Shades of Cardinal #B00D3E
Tints of Cardinal #B00D3E
RGB
CMYK
RGB Variations
Color information
#B00D3E (or 0xB00D3E) is known color: Cardinal. HEX triplet: B0, 0D and 3E. RGB value is (176,13,62). Sum of RGB (Red+Green+Blue) = 176+13+62=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00D3E is #4FF2C1. Grayscale: #434343. Windows color (decimal): -5239490 or 4066736. OLE color: 4066736.
HSL color Cylindrical-coordinate representation of color #B00D3E: hue angle of 341.96º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00D3E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 62 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.31 |
| HSL | 341.96º | 0.86% | 0.37% | - |
| HSV(B) | 341.96º | 0.93% | 0.69% | - |
| XYZ | 18.92 | 9.87 | 5.46 | - |
| YUV | 67.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 62 | 0 | 0.93 | 0.65 | 0.31 | 341.96 | 0.86 | 0.37 |
| Hex | B0 | D | 3E | 0 | 5D | 41 | 1F | 156 | 56 | 25 |
| Octal | 260 | 15 | 76 | 0 | 135 | 101 | 37 | 526 | 126 | 45 |
| Binary | 10110000 | 1101 | 111110 | 0 | 1011101 | 1000001 | 11111 | 101010110 | 1010110 | 100101 |
Color Harmonies of #B00D3E
Complementary color
Monochromatic Colors of #B00D3E
Black with #B00D3E
Text Example
Text Example
White with #B00D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D3E; }
p { color: rgb(176,13,62); }
H1.HeaderClassName
{
color: #B00D3E;
}
.AnyTagClassName
{
color: #B00D3E;
}
</style>
background-color css
<style>
a { background-color: #B00D3E; }
a { background-color: rgb(176,13,62); }
div.DivClassName
{
background-color: #B00D3E;
}
.BgClassName
{
background-color: #B00D3E;
}
</style>
border-color css
<style>
span { border-color: #B00D3E; }
span { border-color: rgb(176,13,62); }
td.TdClassName
{
border-color: #B00D3E;
}
.TagClassName
{
border-color: #B00D3E;
}
</style>