#B63500

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

Shades of Rust #B63500

Tints of Rust #B63500

Color information

#B63500 (or 0xB63500) is unknown color: approx Rust. HEX triplet: B6, 35 and 00. RGB value is (182,53,0). Sum of RGB (Red+Green+Blue) = 182+53+0=235 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.45% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 182 - color contains mainly: red. Hex color #B63500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63500 is #49CAFF. Grayscale: #555555. Windows color (decimal): -4836096 or 13750. OLE color: 13750.

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

Color convert

RGB182530-
CMYK00.7110.29
HSL17.47º100%35.69%-
HSV(B)17.47º100%71.37%-
XYZ20.5612.491.33-
YUV85.5379.74196.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 77.45%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.45%
G=22.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18253000.7110.2917.4710035.69
HexB6350047641D116424
Octal2666500107144352114444
Binary10110110110101001000111110010011101100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63500; }

 p { color: rgb(182,53,0); }

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

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

 a { background-color: rgb(182,53,0); }

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

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

 span { border-color: rgb(182,53,0); }

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