#C14A0C

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

Shades of Rust #C14A0C

Tints of Rust #C14A0C

Color information

#C14A0C (or 0xC14A0C) is unknown color: approx Rust. HEX triplet: C1, 4A and 0C. RGB value is (193,74,12). Sum of RGB (Red+Green+Blue) = 193+74+12=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C14A0C is #3EB5F3. Grayscale: #666666. Windows color (decimal): -4109812 or 805569. OLE color: 805569.

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

Color convert

RGB1937412-
CMYK00.620.940.24
HSL20.55º88.29%40.2%-
HSV(B)20.55º93.78%75.69%-
XYZ24.5116.262.19-
YUV102.5176.92192.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 69.18%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=69.18%
G=26.52%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193741200.620.940.2420.5588.2940.2
HexC14AC03E5E18155828
Octal30111214076136302513050
Binary11000001100101011000111110101111011000101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14A0C; }

 p { color: rgb(193,74,12); }

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

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

 a { background-color: rgb(193,74,12); }

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

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

 span { border-color: rgb(193,74,12); }

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