#C34C1C

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

Shades of Rust #C34C1C

Tints of Rust #C34C1C

Color information

#C34C1C (or 0xC34C1C) is unknown color: approx Rust. HEX triplet: C3, 4C and 1C. RGB value is (195,76,28). Sum of RGB (Red+Green+Blue) = 195+76+28=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C1C is #3CB3E3. Grayscale: #6A6A6A. Windows color (decimal): -3978212 or 1854659. OLE color: 1854659.

HSL color Cylindrical-coordinate representation of color #C34C1C: hue angle of 17.25º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C34C1C is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB1957628-
CMYK00.610.860.24
HSL17.25º74.89%43.73%-
HSV(B)17.25º85.64%76.47%-
XYZ25.316.853.02-
YUV106.1183.92191.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=65.22%
G=25.42%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195762800.610.860.2417.2574.8943.73
HexC34C1C03D5618114b2c
Octal30311434075126302111354
Binary110000111001100111000111101101011011000100011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C1C; }

 p { color: rgb(195,76,28); }

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

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

 a { background-color: rgb(195,76,28); }

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

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

 span { border-color: rgb(195,76,28); }

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