#C64612

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

Shades of Rust #C64612

Tints of Rust #C64612

Color information

#C64612 (or 0xC64612) is unknown color: approx Rust. HEX triplet: C6, 46 and 12. RGB value is (198,70,18). Sum of RGB (Red+Green+Blue) = 198+70+18=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C64612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64612 is #39B9ED. Grayscale: #666666. Windows color (decimal): -3783150 or 1197766. OLE color: 1197766.

HSL color Cylindrical-coordinate representation of color #C64612: hue angle of 17.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C64612 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB1987018-
CMYK00.650.910.22
HSL17.33º83.33%42.35%-
HSV(B)17.33º90.91%77.65%-
XYZ25.5916.432.39-
YUV102.3480.41196.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 69.23%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=69.23%
G=24.48%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198701800.650.910.2217.3383.3342.35
HexC646120415B1611532a
Octal306106220101133262112352
Binary1100011010001101001001000001101101110110100011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64612; }

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

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

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

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

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

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

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

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