#B63804

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

Shades of Rust #B63804

Tints of Rust #B63804

Color information

#B63804 (or 0xB63804) is unknown color: approx Rust. HEX triplet: B6, 38 and 04. RGB value is (182,56,4). Sum of RGB (Red+Green+Blue) = 182+56+4=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B63804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63804 is #49C7FB. Grayscale: #585858. Windows color (decimal): -4835324 or 276662. OLE color: 276662.

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

Color convert

RGB182564-
CMYK00.690.980.29
HSL17.53º95.7%36.47%-
HSV(B)17.53º97.8%71.37%-
XYZ20.7312.781.49-
YUV87.7580.74195.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.21%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=75.21%
G=23.14%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18256400.690.980.2917.5395.736.47
HexB6384045621D126024
Octal2667040105142352214044
Binary1011011011100010001000101110001011101100101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63804; }

 p { color: rgb(182,56,4); }

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

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

 a { background-color: rgb(182,56,4); }

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

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

 span { border-color: rgb(182,56,4); }

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