#B63107

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

Shades of Rust #B63107

Tints of Rust #B63107

Color information

#B63107 (or 0xB63107) is unknown color: approx Rust. HEX triplet: B6, 31 and 07. RGB value is (182,49,7). Sum of RGB (Red+Green+Blue) = 182+49+7=238 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.47% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 182 - color contains mainly: red. Hex color #B63107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63107 is #49CEF8. Grayscale: #545454. Windows color (decimal): -4837113 or 471478. OLE color: 471478.

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

Color convert

RGB182497-
CMYK00.730.960.29
HSL14.4º92.59%37.06%-
HSV(B)14.4º96.15%71.37%-
XYZ20.4312.161.47-
YUV83.9884.56197.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.47%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 7 (3.12% from 255) = 2.94%
R=76.47%
G=20.59%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18249700.730.960.2914.492.5937.06
HexB6317049601De5d25
Octal2666170111140351613545
Binary101101101100011110100100111000001110111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63107; }

 p { color: rgb(182,49,7); }

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

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

 a { background-color: rgb(182,49,7); }

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

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

 span { border-color: rgb(182,49,7); }

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