#C4441A

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

Shades of Rust #C4441A

Tints of Rust #C4441A

Color information

#C4441A (or 0xC4441A) is unknown color: approx Rust. HEX triplet: C4, 44 and 1A. RGB value is (196,68,26). Sum of RGB (Red+Green+Blue) = 196+68+26=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4441A is #3BBBE5. Grayscale: #656565. Windows color (decimal): -3914726 or 1721540. OLE color: 1721540.

HSL color Cylindrical-coordinate representation of color #C4441A: hue angle of 14.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4441A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB1966826-
CMYK00.650.870.23
HSL14.82º76.58%43.53%-
HSV(B)14.82º86.73%76.86%-
XYZ25.0215.942.74-
YUV101.4885.41195.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.59%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 26 (10.55% from 255) = 8.97%
R=67.59%
G=23.45%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196682600.650.870.2314.8276.5843.53
HexC4441A0415717f4d2c
Octal304104320101127271711554
Binary110001001000100110100100000110101111011111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4441A; }

 p { color: rgb(196,68,26); }

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

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

 a { background-color: rgb(196,68,26); }

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

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

 span { border-color: rgb(196,68,26); }

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