Shades of Christine #BD581D
Tints of Christine #BD581D
RGB
CMYK
RGB Variations
Color information
#BD581D (or 0xBD581D) is known color: Christine. HEX triplet: BD, 58 and 1D. RGB value is (189,88,29). Sum of RGB (Red+Green+Blue) = 189+88+29=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD581D is #42A7E2. Grayscale: #6F6F6F. Windows color (decimal): -4368355 or 1923261. OLE color: 1923261.
HSL color Cylindrical-coordinate representation of color #BD581D: hue angle of 22.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD581D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 29 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.26 |
| HSL | 22.13º | 0.73% | 0.43% | - |
| HSV(B) | 22.13º | 0.85% | 0.74% | - |
| XYZ | 24.7 | 17.89 | 3.31 | - |
| YUV | 111.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 29 | 0 | 0.53 | 0.85 | 0.26 | 22.13 | 0.73 | 0.43 |
| Hex | BD | 58 | 1D | 0 | 35 | 55 | 1A | 16 | 49 | 2B |
| Octal | 275 | 130 | 35 | 0 | 65 | 125 | 32 | 26 | 111 | 53 |
| Binary | 10111101 | 1011000 | 11101 | 0 | 110101 | 1010101 | 11010 | 10110 | 1001001 | 101011 |
Color Harmonies of #BD581D
Complementary color
Monochromatic Colors of #BD581D
Black with #BD581D
Text Example
Text Example
White with #BD581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD581D; }
p { color: rgb(189,88,29); }
H1.HeaderClassName
{
color: #BD581D;
}
.AnyTagClassName
{
color: #BD581D;
}
</style>
background-color css
<style>
a { background-color: #BD581D; }
a { background-color: rgb(189,88,29); }
div.DivClassName
{
background-color: #BD581D;
}
.BgClassName
{
background-color: #BD581D;
}
</style>
border-color css
<style>
span { border-color: #BD581D; }
span { border-color: rgb(189,88,29); }
td.TdClassName
{
border-color: #BD581D;
}
.TagClassName
{
border-color: #BD581D;
}
</style>