#C4451A

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

Shades of Rust #C4451A

Tints of Rust #C4451A

Color information

#C4451A (or 0xC4451A) is unknown color: approx Rust. HEX triplet: C4, 45 and 1A. RGB value is (196,69,26). Sum of RGB (Red+Green+Blue) = 196+69+26=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4451A is #3BBAE5. Grayscale: #666666. Windows color (decimal): -3914470 or 1721796. OLE color: 1721796.

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

Color convert

RGB1966926-
CMYK00.650.870.23
HSL15.18º76.58%43.53%-
HSV(B)15.18º86.73%76.86%-
XYZ25.0816.072.76-
YUV102.0785.08195-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.35%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 26 (10.55% from 255) = 8.93%
R=67.35%
G=23.71%
B=8.93%

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
Decimal196692600.650.870.2315.1876.5843.53
HexC4451A0415717f4d2c
Octal304105320101127271711554
Binary110001001000101110100100000110101111011111111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4451A; }

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

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

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

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

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

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

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

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