#C5461B

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

Shades of Rust #C5461B

Tints of Rust #C5461B

Color information

#C5461B (or 0xC5461B) is unknown color: approx Rust. HEX triplet: C5, 46 and 1B. RGB value is (197,70,27). Sum of RGB (Red+Green+Blue) = 197+70+27=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5461B is #3AB9E4. Grayscale: #676767. Windows color (decimal): -3848677 or 1787589. OLE color: 1787589.

HSL color Cylindrical-coordinate representation of color #C5461B: hue angle of 15.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5461B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1977027-
CMYK00.640.860.23
HSL15.18º75.89%43.92%-
HSV(B)15.18º86.29%77.25%-
XYZ25.4116.332.85-
YUV103.0785.08195-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.01%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=67.01%
G=23.81%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197702700.640.860.2315.1875.8943.92
HexC5461B0405617f4c2c
Octal305106330100126271711454
Binary110001011000110110110100000010101101011111111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5461B; }

 p { color: rgb(197,70,27); }

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

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

 a { background-color: rgb(197,70,27); }

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

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

 span { border-color: rgb(197,70,27); }

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