#C34816

Color #C34816 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #C34816

Tints of Rust #C34816

Color information

#C34816 (or 0xC34816) is unknown color: approx Rust. HEX triplet: C3, 48 and 16. RGB value is (195,72,22). Sum of RGB (Red+Green+Blue) = 195+72+22=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C34816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34816 is #3CB7E9. Grayscale: #676767. Windows color (decimal): -3979242 or 1460419. OLE color: 1460419.

HSL color Cylindrical-coordinate representation of color #C34816: hue angle of 17.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C34816 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1957222-
CMYK00.630.890.24
HSL17.34º79.72%42.55%-
HSV(B)17.34º88.72%76.47%-
XYZ24.9716.292.59-
YUV103.0882.25193.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 67.47%
GREEN value IS 72 (28.52% from 255) = 24.91%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=67.47%
G=24.91%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195722200.630.890.2417.3479.7242.55
HexC3481603F591811502b
Octal30311026077131302112053
Binary110000111001000101100111111101100111000100011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34816; }

 p { color: rgb(195,72,22); }

 H1.HeaderClassName
 {
   color: #C34816;
 }
 .AnyTagClassName
 {
   color: #C34816;
 }
</style>
background-color css

<style>
 a { background-color: #C34816; }

 a { background-color: rgb(195,72,22); }

 div.DivClassName
 {
   background-color: #C34816;
 }
 .BgClassName
 {
   background-color: #C34816;
 }
</style>
border-color css

<style>
 span { border-color: #C34816; }

 span { border-color: rgb(195,72,22); }

 td.TdClassName
 {
   border-color: #C34816;
 }
 .TagClassName
 {
   border-color: #C34816;
 }
</style>