#B63B08

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

Shades of Rust #B63B08

Tints of Rust #B63B08

Color information

#B63B08 (or 0xB63B08) is unknown color: approx Rust. HEX triplet: B6, 3B and 08. RGB value is (182,59,8). Sum of RGB (Red+Green+Blue) = 182+59+8=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63B08 is #49C4F7. Grayscale: #5A5A5A. Windows color (decimal): -4834552 or 539574. OLE color: 539574.

HSL color Cylindrical-coordinate representation of color #B63B08: hue angle of 17.59º degrees, saturation: 0.92, 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 #B63B08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB182598-
CMYK00.680.960.29
HSL17.59º91.58%37.25%-
HSV(B)17.59º95.6%71.37%-
XYZ20.913.091.65-
YUV89.9681.75193.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.09%
GREEN value IS 59 (23.44% from 255) = 23.69%
BLUE value IS 8 (3.52% from 255) = 3.21%
R=73.09%
G=23.69%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18259800.680.960.2917.5991.5837.25
HexB63B8044601D125c25
Octal26673100104140352213445
Binary10110110111011100001000100110000011101100101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63B08; }

 p { color: rgb(182,59,8); }

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

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

 a { background-color: rgb(182,59,8); }

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

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

 span { border-color: rgb(182,59,8); }

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