#C34809

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

Shades of Rust #C34809

Tints of Rust #C34809

Color information

#C34809 (or 0xC34809) is unknown color: approx Rust. HEX triplet: C3, 48 and 09. RGB value is (195,72,9). Sum of RGB (Red+Green+Blue) = 195+72+9=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C34809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34809 is #3CB7F6. Grayscale: #656565. Windows color (decimal): -3979255 or 608451. OLE color: 608451.

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

Color convert

RGB195729-
CMYK00.630.950.24
HSL20.32º91.18%40%-
HSV(B)20.32º95.38%76.47%-
XYZ24.8716.262.09-
YUV101.5975.75194.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 70.65%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 9 (3.91% from 255) = 3.26%
R=70.65%
G=26.09%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19572900.630.950.2420.3291.1840
HexC348903F5F18145b28
Octal30311011077137302413350
Binary11000011100100010010111111101111111000101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34809; }

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

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

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

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

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

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

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

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