#b6361a

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

Shades of Rust #B6361A

Tints of Rust #B6361A

Color information

#B6361A (or 0xB6361A) is unknown color: approx Rust. HEX triplet: B6, 36 and 1A. RGB value is (182,54,26). Sum of RGB (Red+Green+Blue) = 182+54+26=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6361A is #49C9E5. Grayscale: #595959. Windows color (decimal): -4835814 or 1717942. OLE color: 1717942.

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

Color convert

RGB1825426-
CMYK00.700.860.29
HSL10.77º75%40.78%-
HSV(B)10.77º85.71%71.37%-
XYZ20.812.662.32-
YUV89.0892.41194.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.47%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 26 (10.55% from 255) = 9.92%
R=69.47%
G=20.61%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182542600.700.860.2910.777540.78
HexB6361A046561Db4b29
Octal26666320106126351311351
Binary10110110110110110100100011010101101110110111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6361a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6361a; }

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

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

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

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

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

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

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

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