#C44415

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

Shades of Rust #C44415

Tints of Rust #C44415

Color information

#C44415 (or 0xC44415) is unknown color: approx Rust. HEX triplet: C4, 44 and 15. RGB value is (196,68,21). Sum of RGB (Red+Green+Blue) = 196+68+21=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C44415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44415 is #3BBBEA. Grayscale: #656565. Windows color (decimal): -3914731 or 1393860. OLE color: 1393860.

HSL color Cylindrical-coordinate representation of color #C44415: hue angle of 16.11º 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 #C44415 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB1966821-
CMYK00.650.890.23
HSL16.11º80.65%42.55%-
HSV(B)16.11º89.29%76.86%-
XYZ24.9715.922.47-
YUV100.9182.91195.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 68.77%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=68.77%
G=23.86%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196682100.650.890.2316.1180.6542.55
HexC44415041591710512b
Octal304104250101131272012153
Binary1100010010001001010101000001101100110111100001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44415; }

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

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

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

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

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

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

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

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