#B64C19

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

Shades of Rust #B64C19

Tints of Rust #B64C19

Color information

#B64C19 (or 0xB64C19) is unknown color: approx Rust. HEX triplet: B6, 4C and 19. RGB value is (182,76,25). Sum of RGB (Red+Green+Blue) = 182+76+25=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C19 is #49B3E6. Grayscale: #666666. Windows color (decimal): -4830183 or 1658038. OLE color: 1658038.

HSL color Cylindrical-coordinate representation of color #B64C19: hue angle of 19.49º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B64C19 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1827625-
CMYK00.580.860.29
HSL19.49º75.85%40.59%-
HSV(B)19.49º86.26%71.37%-
XYZ22.0515.182.69-
YUV101.8884.62185.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 25 (10.16% from 255) = 8.83%
R=64.31%
G=26.86%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182762500.580.860.2919.4975.8540.59
HexB64C1903A561D134c29
Octal26611431072126352311451
Binary101101101001100110010111010101011011101100111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C19; }

 p { color: rgb(182,76,25); }

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

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

 a { background-color: rgb(182,76,25); }

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

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

 span { border-color: rgb(182,76,25); }

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