#C3490E

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

Shades of Rust #C3490E

Tints of Rust #C3490E

Color information

#C3490E (or 0xC3490E) is unknown color: approx Rust. HEX triplet: C3, 49 and 0E. RGB value is (195,73,14). Sum of RGB (Red+Green+Blue) = 195+73+14=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C3490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3490E is #3CB6F1. Grayscale: #676767. Windows color (decimal): -3978994 or 936387. OLE color: 936387.

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

Color convert

RGB1957314-
CMYK00.630.930.24
HSL19.56º86.6%40.98%-
HSV(B)19.56º92.82%76.47%-
XYZ24.9716.42.26-
YUV102.7577.92193.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 69.15%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 14 (5.86% from 255) = 4.96%
R=69.15%
G=25.89%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195731400.630.930.2419.5686.640.98
HexC349E03F5D18145729
Octal30311116077135302412751
Binary11000011100100111100111111101110111000101001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3490E; }

 p { color: rgb(195,73,14); }

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

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

 a { background-color: rgb(195,73,14); }

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

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

 span { border-color: rgb(195,73,14); }

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