#C04507

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

Shades of Rust #C04507

Tints of Rust #C04507

Color information

#C04507 (or 0xC04507) is unknown color: approx Rust. HEX triplet: C0, 45 and 07. RGB value is (192,69,7). Sum of RGB (Red+Green+Blue) = 192+69+7=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C04507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04507 is #3FBAF8. Grayscale: #636363. Windows color (decimal): -4176633 or 476608. OLE color: 476608.

HSL color Cylindrical-coordinate representation of color #C04507: hue angle of 20.11º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04507 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB192697-
CMYK00.640.960.25
HSL20.11º92.96%39.02%-
HSV(B)20.11º96.35%75.29%-
XYZ23.915.481.93-
YUV98.7176.25194.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.64%
GREEN value IS 69 (27.34% from 255) = 25.75%
BLUE value IS 7 (3.12% from 255) = 2.61%
R=71.64%
G=25.75%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19269700.640.960.2520.1192.9639.02
HexC04570406019145d27
Octal30010570100140312413547
Binary11000000100010111101000000110000011001101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04507; }

 p { color: rgb(192,69,7); }

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

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

 a { background-color: rgb(192,69,7); }

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

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

 span { border-color: rgb(192,69,7); }

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