#C8440E

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

Shades of Rust #C8440E

Tints of Rust #C8440E

Color information

#C8440E (or 0xC8440E) is unknown color: approx Rust. HEX triplet: C8, 44 and 0E. RGB value is (200,68,14). Sum of RGB (Red+Green+Blue) = 200+68+14=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8440E is #37BBF1. Grayscale: #656565. Windows color (decimal): -3652594 or 935112. OLE color: 935112.

HSL color Cylindrical-coordinate representation of color #C8440E: hue angle of 17.42º 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 #C8440E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB2006814-
CMYK00.660.930.22
HSL17.42º86.92%41.96%-
HSV(B)17.42º93%78.43%-
XYZ25.9716.452.22-
YUV101.3178.73198.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 70.92%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 14 (5.86% from 255) = 4.96%
R=70.92%
G=24.11%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200681400.660.930.2217.4286.9241.96
HexC844E0425D1611572a
Octal310104160102135262112752
Binary110010001000100111001000010101110110110100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8440E; }

 p { color: rgb(200,68,14); }

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

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

 a { background-color: rgb(200,68,14); }

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

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

 span { border-color: rgb(200,68,14); }

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