#B63C05

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

Shades of Rust #B63C05

Tints of Rust #B63C05

Color information

#B63C05 (or 0xB63C05) is unknown color: approx Rust. HEX triplet: B6, 3C and 05. RGB value is (182,60,5). Sum of RGB (Red+Green+Blue) = 182+60+5=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C05 is #49C3FA. Grayscale: #5A5A5A. Windows color (decimal): -4834299 or 343222. OLE color: 343222.

HSL color Cylindrical-coordinate representation of color #B63C05: hue angle of 18.64º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B63C05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB182605-
CMYK00.670.970.29
HSL18.64º94.65%36.67%-
HSV(B)18.64º97.25%71.37%-
XYZ20.9313.191.59-
YUV90.2179.92193.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.68%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=73.68%
G=24.29%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18260500.670.970.2918.6494.6536.67
HexB63C5043611D135f25
Octal2667450103141352313745
Binary1011011011110010101000011110000111101100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C05; }

 p { color: rgb(182,60,5); }

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

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

 a { background-color: rgb(182,60,5); }

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

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

 span { border-color: rgb(182,60,5); }

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