#B65203

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

Shades of Rust #B65203

Tints of Rust #B65203

Color information

#B65203 (or 0xB65203) is unknown color: approx Rust. HEX triplet: B6, 52 and 03. RGB value is (182,82,3). Sum of RGB (Red+Green+Blue) = 182+82+3=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B65203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65203 is #49ADFC. Grayscale: #676767. Windows color (decimal): -4828669 or 217782. OLE color: 217782.

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

Color convert

RGB182823-
CMYK00.550.980.29
HSL26.48º96.76%36.27%-
HSV(B)26.48º98.35%71.37%-
XYZ22.3315.992-
YUV102.8971.63184.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.16%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 3 (1.56% from 255) = 1.12%
R=68.16%
G=30.71%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18282300.550.980.2926.4896.7636.27
HexB6523037621D1a6124
Octal2661223067142353214144
Binary101101101010010110110111110001011101110101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65203; }

 p { color: rgb(182,82,3); }

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

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

 a { background-color: rgb(182,82,3); }

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

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

 span { border-color: rgb(182,82,3); }

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