#C54010

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

Shades of Rust #C54010

Tints of Rust #C54010

Color information

#C54010 (or 0xC54010) is unknown color: approx Rust. HEX triplet: C5, 40 and 10. RGB value is (197,64,16). Sum of RGB (Red+Green+Blue) = 197+64+16=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C54010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54010 is #3ABFEF. Grayscale: #626262. Windows color (decimal): -3850224 or 1065157. OLE color: 1065157.

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

Color convert

RGB1976416-
CMYK00.680.920.23
HSL15.91º84.98%41.76%-
HSV(B)15.91º91.88%77.25%-
XYZ24.9515.572.18-
YUV98.381.56198.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 71.12%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 16 (6.64% from 255) = 5.78%
R=71.12%
G=23.10%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197641600.680.920.2315.9184.9841.76
HexC540100445C1710552a
Octal305100200104134272012552
Binary1100010110000001000001000100101110010111100001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54010; }

 p { color: rgb(197,64,16); }

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

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

 a { background-color: rgb(197,64,16); }

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

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

 span { border-color: rgb(197,64,16); }

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