Shades of Rust #C34A08
Tints of Rust #C34A08
RGB
CMYK
RGB Variations
Color information
#C34A08 (or 0xC34A08) is known color: Rust. HEX triplet: C3, 4A and 08. RGB value is (195,74,8). Sum of RGB (Red+Green+Blue) = 195+74+8=277 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.40% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A08 is #3CB5F7. Grayscale: #676767. Windows color (decimal): -3978744 or 543427. OLE color: 543427.
HSL color Cylindrical-coordinate representation of color #C34A08: hue angle of 21.18º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C34A08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.24 |
| HSL | 21.18º | 0.92% | 0.4% | - |
| HSV(B) | 21.18º | 0.96% | 0.76% | - |
| XYZ | 25 | 16.52 | 2.1 | - |
| YUV | 102.66 | 74.59 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 8 | 0 | 0.62 | 0.96 | 0.24 | 21.18 | 0.92 | 0.4 |
| Hex | C3 | 4A | 8 | 0 | 3E | 60 | 18 | 15 | 5C | 28 |
| Octal | 303 | 112 | 10 | 0 | 76 | 140 | 30 | 25 | 134 | 50 |
| Binary | 11000011 | 1001010 | 1000 | 0 | 111110 | 1100000 | 11000 | 10101 | 1011100 | 101000 |
Color Harmonies of #C34A08
Complementary color
Monochromatic Colors of #C34A08
Black with #C34A08
Text Example
Text Example
White with #C34A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A08; }
p { color: rgb(195,74,8); }
H1.HeaderClassName
{
color: #C34A08;
}
.AnyTagClassName
{
color: #C34A08;
}
</style>
background-color css
<style>
a { background-color: #C34A08; }
a { background-color: rgb(195,74,8); }
div.DivClassName
{
background-color: #C34A08;
}
.BgClassName
{
background-color: #C34A08;
}
</style>
border-color css
<style>
span { border-color: #C34A08; }
span { border-color: rgb(195,74,8); }
td.TdClassName
{
border-color: #C34A08;
}
.TagClassName
{
border-color: #C34A08;
}
</style>