#c34819

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

Shades of Rust #C34819

Tints of Rust #C34819

Color information

#C34819 (or 0xC34819) is unknown color: approx Rust. HEX triplet: C3, 48 and 19. RGB value is (195,72,25). Sum of RGB (Red+Green+Blue) = 195+72+25=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C34819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34819 is #3CB7E6. Grayscale: #676767. Windows color (decimal): -3979239 or 1657027. OLE color: 1657027.

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

Color convert

RGB1957225-
CMYK00.630.870.24
HSL16.59º77.27%43.14%-
HSV(B)16.59º87.18%76.47%-
XYZ2516.312.75-
YUV103.4283.75193.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.78%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=66.78%
G=24.66%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195722500.630.870.2416.5977.2743.14
HexC3481903F5718114d2b
Octal30311031077127302111553
Binary110000111001000110010111111101011111000100011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c34819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c34819; }

 p { color: rgb(195,72,25); }

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

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

 a { background-color: rgb(195,72,25); }

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

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

 span { border-color: rgb(195,72,25); }

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