#B64D00

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

Shades of Rust #B64D00

Tints of Rust #B64D00

Color information

#B64D00 (or 0xB64D00) is unknown color: approx Rust. HEX triplet: B6, 4D and 00. RGB value is (182,77,0). Sum of RGB (Red+Green+Blue) = 182+77+0=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64D00 is #49B2FF. Grayscale: #646464. Windows color (decimal): -4829952 or 19894. OLE color: 19894.

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

Color convert

RGB182770-
CMYK00.5810.29
HSL25.38º100%35.69%-
HSV(B)25.38º100%71.37%-
XYZ21.9515.251.79-
YUV99.6271.79186.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.27%
G=29.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18277000.5810.2925.3810035.69
HexB64D003A641D196424
Octal2661150072144353114444
Binary10110110100110100111010110010011101110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64D00; }

 p { color: rgb(182,77,0); }

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

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

 a { background-color: rgb(182,77,0); }

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

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

 span { border-color: rgb(182,77,0); }

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