#C54E1A

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

Shades of Rust #C54E1A

Tints of Rust #C54E1A

Color information

#C54E1A (or 0xC54E1A) is unknown color: approx Rust. HEX triplet: C5, 4E and 1A. RGB value is (197,78,26). Sum of RGB (Red+Green+Blue) = 197+78+26=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54E1A is #3AB1E5. Grayscale: #6B6B6B. Windows color (decimal): -3846630 or 1724101. OLE color: 1724101.

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

Color convert

RGB1977826-
CMYK00.600.870.23
HSL18.25º76.68%43.73%-
HSV(B)18.25º86.8%77.25%-
XYZ25.9417.392.97-
YUV107.6581.92191.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 65.45%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=65.45%
G=25.91%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197782600.600.870.2318.2576.6843.73
HexC54E1A03C5717124d2c
Octal30511632074127272211554
Binary110001011001110110100111100101011110111100101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54E1A; }

 p { color: rgb(197,78,26); }

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

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

 a { background-color: rgb(197,78,26); }

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

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

 span { border-color: rgb(197,78,26); }

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