#B64812

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

Shades of Rust #B64812

Tints of Rust #B64812

Color information

#B64812 (or 0xB64812) is unknown color: approx Rust. HEX triplet: B6, 48 and 12. RGB value is (182,72,18). Sum of RGB (Red+Green+Blue) = 182+72+18=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64812 is #49B7ED. Grayscale: #636363. Windows color (decimal): -4831214 or 1198262. OLE color: 1198262.

HSL color Cylindrical-coordinate representation of color #B64812: hue angle of 19.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B64812 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1827218-
CMYK00.600.900.29
HSL19.76º82%39.22%-
HSV(B)19.76º90.11%71.37%-
XYZ21.7214.622.25-
YUV98.7382.44187.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=66.91%
G=26.47%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182721800.600.900.2919.768239.22
HexB6481203C5A1D145227
Octal26611022074132352412247
Binary101101101001000100100111100101101011101101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64812; }

 p { color: rgb(182,72,18); }

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

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

 a { background-color: rgb(182,72,18); }

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

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

 span { border-color: rgb(182,72,18); }

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