#c64b1a

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

Shades of Rust #C64B1A

Tints of Rust #C64B1A

Color information

#C64B1A (or 0xC64B1A) is unknown color: approx Rust. HEX triplet: C6, 4B and 1A. RGB value is (198,75,26). Sum of RGB (Red+Green+Blue) = 198+75+26=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B1A is #39B4E5. Grayscale: #6A6A6A. Windows color (decimal): -3781862 or 1723334. OLE color: 1723334.

HSL color Cylindrical-coordinate representation of color #C64B1A: hue angle of 17.09º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C64B1A is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB1987526-
CMYK00.620.870.22
HSL17.09º76.79%43.92%-
HSV(B)17.09º86.87%77.65%-
XYZ25.9917.112.91-
YUV106.1982.75193.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.22%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 26 (10.55% from 255) = 8.70%
R=66.22%
G=25.08%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198752600.620.870.2217.0976.7943.92
HexC64B1A03E5716114d2c
Octal30611332076127262111554
Binary110001101001011110100111110101011110110100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64b1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64b1a; }

 p { color: rgb(198,75,26); }

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

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

 a { background-color: rgb(198,75,26); }

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

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

 span { border-color: rgb(198,75,26); }

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