#C44315

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

Shades of Rust #C44315

Tints of Rust #C44315

Color information

#C44315 (or 0xC44315) is unknown color: approx Rust. HEX triplet: C4, 43 and 15. RGB value is (196,67,21). Sum of RGB (Red+Green+Blue) = 196+67+21=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C44315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44315 is #3BBCEA. Grayscale: #646464. Windows color (decimal): -3914987 or 1393604. OLE color: 1393604.

HSL color Cylindrical-coordinate representation of color #C44315: hue angle of 15.77º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C44315 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1966721-
CMYK00.660.890.23
HSL15.77º80.65%42.55%-
HSV(B)15.77º89.29%76.86%-
XYZ24.9115.82.45-
YUV100.3383.24196.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 69.01%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 21 (8.59% from 255) = 7.39%
R=69.01%
G=23.59%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196672100.660.890.2315.7780.6542.55
HexC44315042591710512b
Octal304103250102131272012153
Binary1100010010000111010101000010101100110111100001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44315; }

 p { color: rgb(196,67,21); }

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

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

 a { background-color: rgb(196,67,21); }

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

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

 span { border-color: rgb(196,67,21); }

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