#C6511A

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

Shades of Rust #C6511A

Tints of Rust #C6511A

Color information

#C6511A (or 0xC6511A) is unknown color: approx Rust. HEX triplet: C6, 51 and 1A. RGB value is (198,81,26). Sum of RGB (Red+Green+Blue) = 198+81+26=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C6511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6511A is #39AEE5. Grayscale: #6E6E6E. Windows color (decimal): -3780326 or 1724870. OLE color: 1724870.

HSL color Cylindrical-coordinate representation of color #C6511A: hue angle of 19.19º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6511A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1988126-
CMYK00.590.870.22
HSL19.19º76.79%43.92%-
HSV(B)19.19º86.87%77.65%-
XYZ26.4217.973.05-
YUV109.7180.76190.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.92%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 26 (10.55% from 255) = 8.52%
R=64.92%
G=26.56%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198812600.590.870.2219.1976.7943.92
HexC6511A03B5716134d2c
Octal30612132073127262311554
Binary110001101010001110100111011101011110110100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6511A; }

 p { color: rgb(198,81,26); }

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

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

 a { background-color: rgb(198,81,26); }

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

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

 span { border-color: rgb(198,81,26); }

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