#B63918

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

Shades of Rust #B63918

Tints of Rust #B63918

Color information

#B63918 (or 0xB63918) is unknown color: approx Rust. HEX triplet: B6, 39 and 18. RGB value is (182,57,24). Sum of RGB (Red+Green+Blue) = 182+57+24=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B63918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63918 is #49C6E7. Grayscale: #5A5A5A. Windows color (decimal): -4835048 or 1587638. OLE color: 1587638.

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

Color convert

RGB1825724-
CMYK00.690.870.29
HSL12.53º76.7%40.39%-
HSV(B)12.53º86.81%71.37%-
XYZ20.9212.942.26-
YUV90.6190.41193.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.20%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=69.20%
G=21.67%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182572400.690.870.2912.5376.740.39
HexB63918045571Dd4d28
Octal26671300105127351511550
Binary10110110111001110000100010110101111110111011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63918; }

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

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

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

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

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

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

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

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