#C34200

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

Shades of Rust #C34200

Tints of Rust #C34200

Color information

#C34200 (or 0xC34200) is unknown color: approx Rust. HEX triplet: C3, 42 and 00. RGB value is (195,66,0). Sum of RGB (Red+Green+Blue) = 195+66+0=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C34200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34200 is #3CBDFF. Grayscale: #616161. Windows color (decimal): -3980800 or 17091. OLE color: 17091.

HSL color Cylindrical-coordinate representation of color #C34200: hue angle of 20.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C34200 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB195660-
CMYK00.6610.24
HSL20.31º100%38.24%-
HSV(B)20.31º100%76.47%-
XYZ24.4515.51.7-
YUV97.0573.24197.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 74.71%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.71%
G=25.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19566000.6610.2420.3110038.24
HexC34200426418146426
Octal30310200102144302414446
Binary110000111000010001000010110010011000101001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34200; }

 p { color: rgb(195,66,0); }

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

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

 a { background-color: rgb(195,66,0); }

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

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

 span { border-color: rgb(195,66,0); }

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