#C34D0C

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

Shades of Rust #C34D0C

Tints of Rust #C34D0C

Color information

#C34D0C (or 0xC34D0C) is unknown color: approx Rust. HEX triplet: C3, 4D and 0C. RGB value is (195,77,12). Sum of RGB (Red+Green+Blue) = 195+77+12=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34D0C is #3CB2F3. Grayscale: #696969. Windows color (decimal): -3977972 or 806339. OLE color: 806339.

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

Color convert

RGB1957712-
CMYK00.610.940.24
HSL21.31º88.41%40.59%-
HSV(B)21.31º93.85%76.47%-
XYZ25.2316.942.29-
YUV104.8775.59192.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.66%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 12 (5.08% from 255) = 4.23%
R=68.66%
G=27.11%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195771200.610.940.2421.3188.4140.59
HexC34DC03D5E18155829
Octal30311514075136302513051
Binary11000011100110111000111101101111011000101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34D0C; }

 p { color: rgb(195,77,12); }

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

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

 a { background-color: rgb(195,77,12); }

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

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

 span { border-color: rgb(195,77,12); }

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