Shades of Rustic Red #431319
Tints of Rustic Red #431319
RGB
CMYK
RGB Variations
Color information
#431319 (or 0x431319) is known color: Rustic Red. HEX triplet: 43, 13 and 19. RGB value is (67,19,25). Sum of RGB (Red+Green+Blue) = 67+19+25=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431319 is #BCECE6. Grayscale: #222222. Windows color (decimal): -12381415 or 1643331. OLE color: 1643331.
HSL color Cylindrical-coordinate representation of color #431319: hue angle of 352.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431319 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 19 | 25 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.74 |
| HSL | 352.5º | 0.56% | 0.17% | - |
| HSV(B) | 352.5º | 0.72% | 0.26% | - |
| XYZ | 2.72 | 1.73 | 1.11 | - |
| YUV | 34.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 25 | 0 | 0.72 | 0.63 | 0.74 | 352.5 | 0.56 | 0.17 |
| Hex | 43 | 13 | 19 | 0 | 48 | 3F | 4A | 160 | 38 | 11 |
| Octal | 103 | 23 | 31 | 0 | 110 | 77 | 112 | 540 | 70 | 21 |
| Binary | 1000011 | 10011 | 11001 | 0 | 1001000 | 111111 | 1001010 | 101100000 | 111000 | 10001 |
Color Harmonies of #431319
Complementary color
Monochromatic Colors of #431319
Black with #431319
Text Example
Text Example
White with #431319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431319; }
p { color: rgb(67,19,25); }
H1.HeaderClassName
{
color: #431319;
}
.AnyTagClassName
{
color: #431319;
}
</style>
background-color css
<style>
a { background-color: #431319; }
a { background-color: rgb(67,19,25); }
div.DivClassName
{
background-color: #431319;
}
.BgClassName
{
background-color: #431319;
}
</style>
border-color css
<style>
span { border-color: #431319; }
span { border-color: rgb(67,19,25); }
td.TdClassName
{
border-color: #431319;
}
.TagClassName
{
border-color: #431319;
}
</style>