#B65A12

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

Shades of Rust #B65A12

Tints of Rust #B65A12

Color information

#B65A12 (or 0xB65A12) is unknown color: approx Rust. HEX triplet: B6, 5A and 12. RGB value is (182,90,18). Sum of RGB (Red+Green+Blue) = 182+90+18=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65A12 is #49A5ED. Grayscale: #6D6D6D. Windows color (decimal): -4826606 or 1202870. OLE color: 1202870.

HSL color Cylindrical-coordinate representation of color #B65A12: hue angle of 26.34º 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 #B65A12 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1829018-
CMYK00.510.900.29
HSL26.34º82%39.22%-
HSV(B)26.34º90.11%71.37%-
XYZ23.0617.32.7-
YUV109.376.48179.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.76%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=62.76%
G=31.03%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182901800.510.900.2926.348239.22
HexB65A120335A1D1a5227
Octal26613222063132353212247
Binary101101101011010100100110011101101011101110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A12; }

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

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

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

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

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

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

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

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