#B6431B

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

Shades of Rust #B6431B

Tints of Rust #B6431B

Color information

#B6431B (or 0xB6431B) is unknown color: approx Rust. HEX triplet: B6, 43 and 1B. RGB value is (182,67,27). Sum of RGB (Red+Green+Blue) = 182+67+27=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6431B is #49BCE4. Grayscale: #616161. Windows color (decimal): -4832485 or 1786806. OLE color: 1786806.

HSL color Cylindrical-coordinate representation of color #B6431B: hue angle of 15.48º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6431B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1826727-
CMYK00.630.850.29
HSL15.48º74.16%40.98%-
HSV(B)15.48º85.16%71.37%-
XYZ21.514.042.61-
YUV96.8288.6188.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.94%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 27 (10.94% from 255) = 9.78%
R=65.94%
G=24.28%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182672700.630.850.2915.4874.1640.98
HexB6431B03F551Df4a29
Octal26610333077125351711251
Binary10110110100001111011011111110101011110111111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6431B; }

 p { color: rgb(182,67,27); }

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

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

 a { background-color: rgb(182,67,27); }

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

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

 span { border-color: rgb(182,67,27); }

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