#C44C15

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

Shades of Rust #C44C15

Tints of Rust #C44C15

Color information

#C44C15 (or 0xC44C15) is unknown color: approx Rust. HEX triplet: C4, 4C and 15. RGB value is (196,76,21). Sum of RGB (Red+Green+Blue) = 196+76+21=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C15 is #3BB3EA. Grayscale: #696969. Windows color (decimal): -3912683 or 1395908. OLE color: 1395908.

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

Color convert

RGB1967621-
CMYK00.610.890.23
HSL18.86º80.65%42.55%-
HSV(B)18.86º89.29%76.86%-
XYZ25.4816.962.64-
YUV105.6180.26192.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.89%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=66.89%
G=25.94%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196762100.610.890.2318.8680.6542.55
HexC44C1503D591713512b
Octal30411425075131272312153
Binary110001001001100101010111101101100110111100111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44C15; }

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

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

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

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

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

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

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

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