Shades of Bordeaux #430B1C
Tints of Bordeaux #430B1C
RGB
CMYK
RGB Variations
Color information
#430B1C (or 0x430B1C) is known color: Bordeaux. HEX triplet: 43, 0B and 1C. RGB value is (67,11,28). Sum of RGB (Red+Green+Blue) = 67+11+28=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #430B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430B1C is #BCF4E3. Grayscale: #1D1D1D. Windows color (decimal): -12383460 or 1837891. OLE color: 1837891.
HSL color Cylindrical-coordinate representation of color #430B1C: hue angle of 341.79º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430B1C is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 11 | 28 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.74 |
| HSL | 341.79º | 0.72% | 0.15% | - |
| HSV(B) | 341.79º | 0.84% | 0.26% | - |
| XYZ | 2.64 | 1.52 | 1.25 | - |
| YUV | 29.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 28 | 0 | 0.84 | 0.58 | 0.74 | 341.79 | 0.72 | 0.15 |
| Hex | 43 | B | 1C | 0 | 54 | 3A | 4A | 156 | 48 | F |
| Octal | 103 | 13 | 34 | 0 | 124 | 72 | 112 | 526 | 110 | 17 |
| Binary | 1000011 | 1011 | 11100 | 0 | 1010100 | 111010 | 1001010 | 101010110 | 1001000 | 1111 |
Color Harmonies of #430B1C
Complementary color
Monochromatic Colors of #430B1C
Black with #430B1C
Text Example
Text Example
White with #430B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430B1C; }
p { color: rgb(67,11,28); }
H1.HeaderClassName
{
color: #430B1C;
}
.AnyTagClassName
{
color: #430B1C;
}
</style>
background-color css
<style>
a { background-color: #430B1C; }
a { background-color: rgb(67,11,28); }
div.DivClassName
{
background-color: #430B1C;
}
.BgClassName
{
background-color: #430B1C;
}
</style>
border-color css
<style>
span { border-color: #430B1C; }
span { border-color: rgb(67,11,28); }
td.TdClassName
{
border-color: #430B1C;
}
.TagClassName
{
border-color: #430B1C;
}
</style>