#B63316

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

Shades of Rust #B63316

Tints of Rust #B63316

Color information

#B63316 (or 0xB63316) is unknown color: approx Rust. HEX triplet: B6, 33 and 16. RGB value is (182,51,22). Sum of RGB (Red+Green+Blue) = 182+51+22=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B63316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63316 is #49CCE9. Grayscale: #575757. Windows color (decimal): -4836586 or 1455030. OLE color: 1455030.

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

Color convert

RGB1825122-
CMYK00.720.880.29
HSL10.88º78.43%40%-
HSV(B)10.88º87.91%71.37%-
XYZ20.6212.372.06-
YUV86.8691.4195.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=71.37%
G=20%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182512200.720.880.2910.8878.4340
HexB63316048581Db4e28
Octal26663260110130351311650
Binary10110110110011101100100100010110001110110111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63316; }

 p { color: rgb(182,51,22); }

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

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

 a { background-color: rgb(182,51,22); }

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

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

 span { border-color: rgb(182,51,22); }

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