#B6491A

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

Shades of Rust #B6491A

Tints of Rust #B6491A

Color information

#B6491A (or 0xB6491A) is unknown color: approx Rust. HEX triplet: B6, 49 and 1A. RGB value is (182,73,26). Sum of RGB (Red+Green+Blue) = 182+73+26=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6491A is #49B6E5. Grayscale: #646464. Windows color (decimal): -4830950 or 1722806. OLE color: 1722806.

HSL color Cylindrical-coordinate representation of color #B6491A: hue angle of 18.08º degrees, saturation: 0.75, 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 #B6491A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1827326-
CMYK00.600.860.29
HSL18.08º75%40.78%-
HSV(B)18.08º85.71%71.37%-
XYZ21.8614.782.68-
YUV100.2386.11186.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.77%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 26 (10.55% from 255) = 9.25%
R=64.77%
G=25.98%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182732600.600.860.2918.087540.78
HexB6491A03C561D124b29
Octal26611132074126352211351
Binary101101101001001110100111100101011011101100101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6491A; }

 p { color: rgb(182,73,26); }

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

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

 a { background-color: rgb(182,73,26); }

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

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

 span { border-color: rgb(182,73,26); }

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