#C54612

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

Shades of Rust #C54612

Tints of Rust #C54612

Color information

#C54612 (or 0xC54612) is unknown color: approx Rust. HEX triplet: C5, 46 and 12. RGB value is (197,70,18). Sum of RGB (Red+Green+Blue) = 197+70+18=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C54612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54612 is #3AB9ED. Grayscale: #666666. Windows color (decimal): -3848686 or 1197765. OLE color: 1197765.

HSL color Cylindrical-coordinate representation of color #C54612: hue angle of 17.43º degrees, saturation: 0.83, 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 #C54612 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1977018-
CMYK00.640.910.23
HSL17.43º83.26%42.16%-
HSV(B)17.43º90.86%77.25%-
XYZ25.3316.292.38-
YUV102.0480.58195.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.12%
GREEN value IS 70 (27.73% from 255) = 24.56%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=69.12%
G=24.56%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197701800.640.910.2317.4383.2642.16
HexC546120405B1711532a
Octal305106220100133272112352
Binary1100010110001101001001000000101101110111100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54612; }

 p { color: rgb(197,70,18); }

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

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

 a { background-color: rgb(197,70,18); }

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

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

 span { border-color: rgb(197,70,18); }

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