#B63A00

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

Shades of Rust #B63A00

Tints of Rust #B63A00

Color information

#B63A00 (or 0xB63A00) is unknown color: approx Rust. HEX triplet: B6, 3A and 00. RGB value is (182,58,0). Sum of RGB (Red+Green+Blue) = 182+58+0=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A00 is #49C5FF. Grayscale: #585858. Windows color (decimal): -4834816 or 15030. OLE color: 15030.

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

Color convert

RGB182580-
CMYK00.6810.29
HSL19.12º100%35.69%-
HSV(B)19.12º100%71.37%-
XYZ20.812.971.41-
YUV88.4678.08194.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.83%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.83%
G=24.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18258000.6810.2919.1210035.69
HexB63A0044641D136424
Octal2667200104144352314444
Binary10110110111010001000100110010011101100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A00; }

 p { color: rgb(182,58,0); }

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

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

 a { background-color: rgb(182,58,0); }

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

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

 span { border-color: rgb(182,58,0); }

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