Shades of Grenadier #BD4427
Tints of Grenadier #BD4427
RGB
CMYK
RGB Variations
Color information
#BD4427 (or 0xBD4427) is known color: Grenadier. HEX triplet: BD, 44 and 27. RGB value is (189,68,39). Sum of RGB (Red+Green+Blue) = 189+68+39=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4427 is #42BBD8. Grayscale: #656565. Windows color (decimal): -4373465 or 2573501. OLE color: 2573501.
HSL color Cylindrical-coordinate representation of color #BD4427: hue angle of 11.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD4427 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 39 | - |
| CMYK | 0 | 0.64 | 0.79 | 0.26 |
| HSL | 11.6º | 0.66% | 0.45% | - |
| HSV(B) | 11.6º | 0.79% | 0.74% | - |
| XYZ | 23.42 | 15.1 | 3.6 | - |
| YUV | 100.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 39 | 0 | 0.64 | 0.79 | 0.26 | 11.6 | 0.66 | 0.45 |
| Hex | BD | 44 | 27 | 0 | 40 | 4F | 1A | C | 42 | 2D |
| Octal | 275 | 104 | 47 | 0 | 100 | 117 | 32 | 14 | 102 | 55 |
| Binary | 10111101 | 1000100 | 100111 | 0 | 1000000 | 1001111 | 11010 | 1100 | 1000010 | 101101 |
Color Harmonies of #BD4427
Complementary color
Monochromatic Colors of #BD4427
Black with #BD4427
Text Example
Text Example
White with #BD4427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4427; }
p { color: rgb(189,68,39); }
H1.HeaderClassName
{
color: #BD4427;
}
.AnyTagClassName
{
color: #BD4427;
}
</style>
background-color css
<style>
a { background-color: #BD4427; }
a { background-color: rgb(189,68,39); }
div.DivClassName
{
background-color: #BD4427;
}
.BgClassName
{
background-color: #BD4427;
}
</style>
border-color css
<style>
span { border-color: #BD4427; }
span { border-color: rgb(189,68,39); }
td.TdClassName
{
border-color: #BD4427;
}
.TagClassName
{
border-color: #BD4427;
}
</style>