Shades of Rust #A63308
Tints of Rust #A63308
RGB
CMYK
RGB Variations
Color information
#A63308 (or 0xA63308) is known color: Rust. HEX triplet: A6, 33 and 08. RGB value is (166,51,8). Sum of RGB (Red+Green+Blue) = 166+51+8=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A63308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63308 is #59CCF7. Grayscale: #505050. Windows color (decimal): -5885176 or 537510. OLE color: 537510.
HSL color Cylindrical-coordinate representation of color #A63308: hue angle of 16.33º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A63308 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.35 |
| HSL | 16.33º | 0.91% | 0.34% | - |
| HSV(B) | 16.33º | 0.95% | 0.65% | - |
| XYZ | 16.95 | 10.49 | 1.36 | - |
| YUV | 80.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 8 | 0 | 0.69 | 0.95 | 0.35 | 16.33 | 0.91 | 0.34 |
| Hex | A6 | 33 | 8 | 0 | 45 | 5F | 23 | 10 | 5B | 22 |
| Octal | 246 | 63 | 10 | 0 | 105 | 137 | 43 | 20 | 133 | 42 |
| Binary | 10100110 | 110011 | 1000 | 0 | 1000101 | 1011111 | 100011 | 10000 | 1011011 | 100010 |
Color Harmonies of #A63308
Complementary color
Monochromatic Colors of #A63308
Black with #A63308
Text Example
Text Example
White with #A63308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63308; }
p { color: rgb(166,51,8); }
H1.HeaderClassName
{
color: #A63308;
}
.AnyTagClassName
{
color: #A63308;
}
</style>
background-color css
<style>
a { background-color: #A63308; }
a { background-color: rgb(166,51,8); }
div.DivClassName
{
background-color: #A63308;
}
.BgClassName
{
background-color: #A63308;
}
</style>
border-color css
<style>
span { border-color: #A63308; }
span { border-color: rgb(166,51,8); }
td.TdClassName
{
border-color: #A63308;
}
.TagClassName
{
border-color: #A63308;
}
</style>