#c14500

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

Shades of Rust #C14500

Tints of Rust #C14500

Color information

#C14500 (or 0xC14500) is unknown color: approx Rust. HEX triplet: C1, 45 and 00. RGB value is (193,69,0). Sum of RGB (Red+Green+Blue) = 193+69+0=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C14500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14500 is #3EBAFF. Grayscale: #626262. Windows color (decimal): -4111104 or 17857. OLE color: 17857.

HSL color Cylindrical-coordinate representation of color #C14500: hue angle of 21.45º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C14500 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB193690-
CMYK00.6410.24
HSL21.45º100%37.84%-
HSV(B)21.45º100%75.69%-
XYZ24.1215.591.74-
YUV98.2172.58195.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.66%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.66%
G=26.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19369000.6410.2421.4510037.84
HexC14500406418156426
Octal30110500100144302514446
Binary110000011000101001000000110010011000101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14500; }

 p { color: rgb(193,69,0); }

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

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

 a { background-color: rgb(193,69,0); }

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

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

 span { border-color: rgb(193,69,0); }

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