Shades of Bordeaux #430018
Tints of Bordeaux #430018
RGB
CMYK
RGB Variations
Color information
#430018 (or 0x430018) is known color: Bordeaux. HEX triplet: 43, 00 and 18. RGB value is (67,0,24). Sum of RGB (Red+Green+Blue) = 67+0+24=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430018 is #BCFFE7. Grayscale: #161616. Windows color (decimal): -12386280 or 1572931. OLE color: 1572931.
HSL color Cylindrical-coordinate representation of color #430018: hue angle of 338.51º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430018 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.64 | 0.74 |
| HSL | 338.51º | 1% | 0.13% | - |
| HSV(B) | 338.51º | 1% | 0.26% | - |
| XYZ | 2.48 | 1.26 | 0.98 | - |
| YUV | 22.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 24 | 0 | 1 | 0.64 | 0.74 | 338.51 | 1 | 0.13 |
| Hex | 43 | 0 | 18 | 0 | 64 | 40 | 4A | 153 | 64 | D |
| Octal | 103 | 0 | 30 | 0 | 144 | 100 | 112 | 523 | 144 | 15 |
| Binary | 1000011 | 0 | 11000 | 0 | 1100100 | 1000000 | 1001010 | 101010011 | 1100100 | 1101 |
Color Harmonies of #430018
Complementary color
Monochromatic Colors of #430018
Black with #430018
Text Example
Text Example
White with #430018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430018; }
p { color: rgb(67,0,24); }
H1.HeaderClassName
{
color: #430018;
}
.AnyTagClassName
{
color: #430018;
}
</style>
background-color css
<style>
a { background-color: #430018; }
a { background-color: rgb(67,0,24); }
div.DivClassName
{
background-color: #430018;
}
.BgClassName
{
background-color: #430018;
}
</style>
border-color css
<style>
span { border-color: #430018; }
span { border-color: rgb(67,0,24); }
td.TdClassName
{
border-color: #430018;
}
.TagClassName
{
border-color: #430018;
}
</style>