#C64A1A

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

Shades of Rust #C64A1A

Tints of Rust #C64A1A

Color information

#C64A1A (or 0xC64A1A) is unknown color: approx Rust. HEX triplet: C6, 4A and 1A. RGB value is (198,74,26). Sum of RGB (Red+Green+Blue) = 198+74+26=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64A1A is #39B5E5. Grayscale: #696969. Windows color (decimal): -3782118 or 1723078. OLE color: 1723078.

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

Color convert

RGB1987426-
CMYK00.630.870.22
HSL16.74º76.79%43.92%-
HSV(B)16.74º86.87%77.65%-
XYZ25.9216.982.89-
YUV105.683.08193.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.44%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 26 (10.55% from 255) = 8.72%
R=66.44%
G=24.83%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198742600.630.870.2216.7476.7943.92
HexC64A1A03F5716114d2c
Octal30611232077127262111554
Binary110001101001010110100111111101011110110100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64A1A; }

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

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

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

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

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

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

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

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