#B63904

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

Shades of Rust #B63904

Tints of Rust #B63904

Color information

#B63904 (or 0xB63904) is unknown color: approx Rust. HEX triplet: B6, 39 and 04. RGB value is (182,57,4). Sum of RGB (Red+Green+Blue) = 182+57+4=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B63904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63904 is #49C6FB. Grayscale: #585858. Windows color (decimal): -4835068 or 276918. OLE color: 276918.

HSL color Cylindrical-coordinate representation of color #B63904: hue angle of 17.87º 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 #B63904 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB182574-
CMYK00.690.980.29
HSL17.87º95.7%36.47%-
HSV(B)17.87º97.8%71.37%-
XYZ20.7812.881.51-
YUV88.3380.41194.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.90%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 4 (1.95% from 255) = 1.65%
R=74.90%
G=23.46%
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
Decimal18257400.690.980.2917.8795.736.47
HexB6394045621D126024
Octal2667140105142352214044
Binary1011011011100110001000101110001011101100101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63904; }

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

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

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

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

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

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

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

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