#C64B19

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

Shades of Rust #C64B19

Tints of Rust #C64B19

Color information

#C64B19 (or 0xC64B19) is unknown color: approx Rust. HEX triplet: C6, 4B and 19. RGB value is (198,75,25). Sum of RGB (Red+Green+Blue) = 198+75+25=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64B19 is #39B4E6. Grayscale: #6A6A6A. Windows color (decimal): -3781863 or 1657798. OLE color: 1657798.

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

Color convert

RGB1987525-
CMYK00.620.870.22
HSL17.34º77.58%43.73%-
HSV(B)17.34º87.37%77.65%-
XYZ25.9817.112.85-
YUV106.0882.25193.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 66.44%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 25 (10.16% from 255) = 8.39%
R=66.44%
G=25.17%
B=8.39%

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
Decimal198752500.620.870.2217.3477.5843.73
HexC64B1903E5716114e2c
Octal30611331076127262111654
Binary110001101001011110010111110101011110110100011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B19; }

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

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

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

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

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

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

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

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