#B6401A

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

Shades of Rust #B6401A

Tints of Rust #B6401A

Color information

#B6401A (or 0xB6401A) is unknown color: approx Rust. HEX triplet: B6, 40 and 1A. RGB value is (182,64,26). Sum of RGB (Red+Green+Blue) = 182+64+26=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B6401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6401A is #49BFE5. Grayscale: #5F5F5F. Windows color (decimal): -4833254 or 1720502. OLE color: 1720502.

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

Color convert

RGB1826426-
CMYK00.650.860.29
HSL14.62º75%40.78%-
HSV(B)14.62º85.71%71.37%-
XYZ21.3113.692.5-
YUV94.9589.09190.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=66.91%
G=23.53%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182642600.650.860.2914.627540.78
HexB6401A041561Df4b29
Octal266100320101126351711351
Binary101101101000000110100100000110101101110111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6401A; }

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

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

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

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

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

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

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

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