#B63E02

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

Shades of Rust #B63E02

Tints of Rust #B63E02

Color information

#B63E02 (or 0xB63E02) is unknown color: approx Rust. HEX triplet: B6, 3E and 02. RGB value is (182,62,2). Sum of RGB (Red+Green+Blue) = 182+62+2=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63E02 is #49C1FD. Grayscale: #5B5B5B. Windows color (decimal): -4833790 or 147126. OLE color: 147126.

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

Color convert

RGB182622-
CMYK00.660.990.29
HSL20º97.83%36.08%-
HSV(B)20º98.9%71.37%-
XYZ21.0213.391.53-
YUV91.0477.76192.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.98%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=73.98%
G=25.20%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18262200.660.990.292097.8336.08
HexB63E2042631D146224
Octal2667620102143352414244
Binary101101101111101001000010110001111101101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63E02; }

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

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

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

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

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

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

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

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