#B63E13

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

Shades of Rust #B63E13

Tints of Rust #B63E13

Color information

#B63E13 (or 0xB63E13) is unknown color: approx Rust. HEX triplet: B6, 3E and 13. RGB value is (182,62,19). Sum of RGB (Red+Green+Blue) = 182+62+19=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63E13 is #49C1EC. Grayscale: #5D5D5D. Windows color (decimal): -4833773 or 1261238. OLE color: 1261238.

HSL color Cylindrical-coordinate representation of color #B63E13: hue angle of 15.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63E13 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1826219-
CMYK00.660.900.29
HSL15.83º81.09%39.41%-
HSV(B)15.83º89.56%71.37%-
XYZ21.1313.442.1-
YUV92.9886.26191.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 69.20%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 19 (7.81% from 255) = 7.22%
R=69.20%
G=23.57%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182621900.660.900.2915.8381.0939.41
HexB63E130425A1D105127
Octal26676230102132352012147
Binary101101101111101001101000010101101011101100001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63E13; }

 p { color: rgb(182,62,19); }

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

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

 a { background-color: rgb(182,62,19); }

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

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

 span { border-color: rgb(182,62,19); }

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