#C15414

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

Shades of Rust #C15414

Tints of Rust #C15414

Color information

#C15414 (or 0xC15414) is unknown color: approx Rust. HEX triplet: C1, 54 and 14. RGB value is (193,84,20). Sum of RGB (Red+Green+Blue) = 193+84+20=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C15414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15414 is #3EABEB. Grayscale: #6D6D6D. Windows color (decimal): -4107244 or 1332417. OLE color: 1332417.

HSL color Cylindrical-coordinate representation of color #C15414: hue angle of 22.2º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15414 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1938420-
CMYK00.560.900.24
HSL22.2º81.22%41.76%-
HSV(B)22.2º89.64%75.69%-
XYZ25.2917.732.75-
YUV109.377.61187.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=64.98%
G=28.28%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193842000.560.900.2422.281.2241.76
HexC154140385A1816512a
Octal30112424070132302612152
Binary110000011010100101000111000101101011000101101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15414; }

 p { color: rgb(193,84,20); }

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

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

 a { background-color: rgb(193,84,20); }

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

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

 span { border-color: rgb(193,84,20); }

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