#C54E11

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

Shades of Rust #C54E11

Tints of Rust #C54E11

Color information

#C54E11 (or 0xC54E11) is unknown color: approx Rust. HEX triplet: C5, 4E and 11. RGB value is (197,78,17). Sum of RGB (Red+Green+Blue) = 197+78+17=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54E11 is #3AB1EE. Grayscale: #6A6A6A. Windows color (decimal): -3846639 or 1134277. OLE color: 1134277.

HSL color Cylindrical-coordinate representation of color #C54E11: hue angle of 20.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C54E11 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1977817-
CMYK00.600.910.23
HSL20.33º84.11%41.96%-
HSV(B)20.33º91.37%77.25%-
XYZ25.8517.362.52-
YUV106.6377.42192.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.47%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 17 (7.03% from 255) = 5.82%
R=67.47%
G=26.71%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197781700.600.910.2320.3384.1141.96
HexC54E1103C5B1714542a
Octal30511621074133272412452
Binary110001011001110100010111100101101110111101001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54E11; }

 p { color: rgb(197,78,17); }

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

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

 a { background-color: rgb(197,78,17); }

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

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

 span { border-color: rgb(197,78,17); }

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