Shades of Rustic Red #180308
Tints of Rustic Red #180308
RGB
CMYK
RGB Variations
Color information
#180308 (or 0x180308) is known color: Rustic Red. HEX triplet: 18, 03 and 08. RGB value is (24,3,8). Sum of RGB (Red+Green+Blue) = 24+3+8=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180308 is #E7FCF7. Grayscale: #090909. Windows color (decimal): -15203576 or 525080. OLE color: 525080.
HSL color Cylindrical-coordinate representation of color #180308: hue angle of 345.71º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180308 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
RGB | 24 | 3 | 8 | - |
CMYK | 0 | 0.88 | 0.67 | 0.91 |
HSL | 345.71º | 0.78% | 0.05% | - |
HSV(B) | 345.71º | 0.88% | 0.09% | - |
XYZ | 0.45 | 0.28 | 0.26 | - |
YUV | 9.85 | 126.96 | 138.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 3 | 8 | 0 | 0.88 | 0.67 | 0.91 | 345.71 | 0.78 | 0.05 |
Hex | 18 | 3 | 8 | 0 | 58 | 43 | 5B | 15A | 4E | 5 |
Octal | 30 | 3 | 10 | 0 | 130 | 103 | 133 | 532 | 116 | 5 |
Binary | 11000 | 11 | 1000 | 0 | 1011000 | 1000011 | 1011011 | 101011010 | 1001110 | 101 |
Color Harmonies of #180308
Complementary color
Monochromatic Colors of #180308
Black with #180308
Text Example
Text Example
White with #180308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180308; }
p { color: rgb(24,3,8); }
H1.HeaderClassName
{
color: #180308;
}
.AnyTagClassName
{
color: #180308;
}
</style>
background-color css
<style>
a { background-color: #180308; }
a { background-color: rgb(24,3,8); }
div.DivClassName
{
background-color: #180308;
}
.BgClassName
{
background-color: #180308;
}
</style>
border-color css
<style>
span { border-color: #180308; }
span { border-color: rgb(24,3,8); }
td.TdClassName
{
border-color: #180308;
}
.TagClassName
{
border-color: #180308;
}
</style>