#C6450E

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

Shades of Rust #C6450E

Tints of Rust #C6450E

Color information

#C6450E (or 0xC6450E) is unknown color: approx Rust. HEX triplet: C6, 45 and 0E. RGB value is (198,69,14). Sum of RGB (Red+Green+Blue) = 198+69+14=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6450E is #39BAF1. Grayscale: #656565. Windows color (decimal): -3783410 or 935366. OLE color: 935366.

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

Color convert

RGB1986914-
CMYK00.650.930.22
HSL17.93º86.79%41.57%-
HSV(B)17.93º92.93%77.65%-
XYZ25.516.292.22-
YUV101.378.74196.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 70.46%
GREEN value IS 69 (27.34% from 255) = 24.56%
BLUE value IS 14 (5.86% from 255) = 4.98%
R=70.46%
G=24.56%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198691400.650.930.2217.9386.7941.57
HexC645E0415D1612572a
Octal306105160101135262212752
Binary110001101000101111001000001101110110110100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6450E; }

 p { color: rgb(198,69,14); }

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

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

 a { background-color: rgb(198,69,14); }

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

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

 span { border-color: rgb(198,69,14); }

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