Shades of Grenadier #BD433B
Tints of Grenadier #BD433B
RGB
CMYK
RGB Variations
Color information
#BD433B (or 0xBD433B) is known color: Grenadier. HEX triplet: BD, 43 and 3B. RGB value is (189,67,59). Sum of RGB (Red+Green+Blue) = 189+67+59=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD433B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD433B is #42BCC4. Grayscale: #666666. Windows color (decimal): -4373701 or 3883965. OLE color: 3883965.
HSL color Cylindrical-coordinate representation of color #BD433B: hue angle of 3.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD433B is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 59 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.26 |
| HSL | 3.69º | 0.52% | 0.49% | - |
| HSV(B) | 3.69º | 0.69% | 0.74% | - |
| XYZ | 23.78 | 15.15 | 5.81 | - |
| YUV | 102.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 59 | 0 | 0.65 | 0.69 | 0.26 | 3.69 | 0.52 | 0.49 |
| Hex | BD | 43 | 3B | 0 | 41 | 45 | 1A | 4 | 34 | 31 |
| Octal | 275 | 103 | 73 | 0 | 101 | 105 | 32 | 4 | 64 | 61 |
| Binary | 10111101 | 1000011 | 111011 | 0 | 1000001 | 1000101 | 11010 | 100 | 110100 | 110001 |
Color Harmonies of #BD433B
Complementary color
Monochromatic Colors of #BD433B
Black with #BD433B
Text Example
Text Example
White with #BD433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD433B; }
p { color: rgb(189,67,59); }
H1.HeaderClassName
{
color: #BD433B;
}
.AnyTagClassName
{
color: #BD433B;
}
</style>
background-color css
<style>
a { background-color: #BD433B; }
a { background-color: rgb(189,67,59); }
div.DivClassName
{
background-color: #BD433B;
}
.BgClassName
{
background-color: #BD433B;
}
</style>
border-color css
<style>
span { border-color: #BD433B; }
span { border-color: rgb(189,67,59); }
td.TdClassName
{
border-color: #BD433B;
}
.TagClassName
{
border-color: #BD433B;
}
</style>