#B6431E

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

Shades of Rust #B6431E

Tints of Rust #B6431E

Color information

#B6431E (or 0xB6431E) is unknown color: approx Rust. HEX triplet: B6, 43 and 1E. RGB value is (182,67,30). Sum of RGB (Red+Green+Blue) = 182+67+30=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6431E is #49BCE1. Grayscale: #616161. Windows color (decimal): -4832482 or 1983414. OLE color: 1983414.

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

Color convert

RGB1826730-
CMYK00.630.840.29
HSL14.61º71.7%41.57%-
HSV(B)14.61º83.52%71.37%-
XYZ21.5314.052.81-
YUV97.1790.1188.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 30 (12.11% from 255) = 10.75%
R=65.23%
G=24.01%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182673000.630.840.2914.6171.741.57
HexB6431E03F541Df482a
Octal26610336077124351711052
Binary10110110100001111110011111110101001110111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6431E; }

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

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

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

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

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

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

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

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