#C3400E

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

Shades of Rust #C3400E

Tints of Rust #C3400E

Color information

#C3400E (or 0xC3400E) is unknown color: approx Rust. HEX triplet: C3, 40 and 0E. RGB value is (195,64,14). Sum of RGB (Red+Green+Blue) = 195+64+14=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3400E is #3CBFF1. Grayscale: #616161. Windows color (decimal): -3981298 or 934083. OLE color: 934083.

HSL color Cylindrical-coordinate representation of color #C3400E: hue angle of 16.57º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3400E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1956414-
CMYK00.670.930.24
HSL16.57º86.6%40.98%-
HSV(B)16.57º92.82%76.47%-
XYZ24.4215.32.08-
YUV97.4780.9197.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 71.43%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 14 (5.86% from 255) = 5.13%
R=71.43%
G=23.44%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195641400.670.930.2416.5786.640.98
HexC340E0435D18115729
Octal303100160103135302112751
Binary110000111000000111001000011101110111000100011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3400E; }

 p { color: rgb(195,64,14); }

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

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

 a { background-color: rgb(195,64,14); }

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

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

 span { border-color: rgb(195,64,14); }

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