Shades of Rustic Red #43181C
Tints of Rustic Red #43181C
RGB
CMYK
RGB Variations
Color information
#43181C (or 0x43181C) is known color: Rustic Red. HEX triplet: 43, 18 and 1C. RGB value is (67,24,28). Sum of RGB (Red+Green+Blue) = 67+24+28=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #43181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43181C is #BCE7E3. Grayscale: #252525. Windows color (decimal): -12380132 or 1841219. OLE color: 1841219.
HSL color Cylindrical-coordinate representation of color #43181C: hue angle of 354.42º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43181C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 24 | 28 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.74 |
| HSL | 354.42º | 0.47% | 0.18% | - |
| HSV(B) | 354.42º | 0.64% | 0.26% | - |
| XYZ | 2.85 | 1.93 | 1.32 | - |
| YUV | 37.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 28 | 0 | 0.64 | 0.58 | 0.74 | 354.42 | 0.47 | 0.18 |
| Hex | 43 | 18 | 1C | 0 | 40 | 3A | 4A | 162 | 2F | 12 |
| Octal | 103 | 30 | 34 | 0 | 100 | 72 | 112 | 542 | 57 | 22 |
| Binary | 1000011 | 11000 | 11100 | 0 | 1000000 | 111010 | 1001010 | 101100010 | 101111 | 10010 |
Color Harmonies of #43181C
Complementary color
Monochromatic Colors of #43181C
Black with #43181C
Text Example
Text Example
White with #43181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43181C; }
p { color: rgb(67,24,28); }
H1.HeaderClassName
{
color: #43181C;
}
.AnyTagClassName
{
color: #43181C;
}
</style>
background-color css
<style>
a { background-color: #43181C; }
a { background-color: rgb(67,24,28); }
div.DivClassName
{
background-color: #43181C;
}
.BgClassName
{
background-color: #43181C;
}
</style>
border-color css
<style>
span { border-color: #43181C; }
span { border-color: rgb(67,24,28); }
td.TdClassName
{
border-color: #43181C;
}
.TagClassName
{
border-color: #43181C;
}
</style>