#B63D05

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

Shades of Rust #B63D05

Tints of Rust #B63D05

Color information

#B63D05 (or 0xB63D05) is unknown color: approx Rust. HEX triplet: B6, 3D and 05. RGB value is (182,61,5). Sum of RGB (Red+Green+Blue) = 182+61+5=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D05 is #49C2FA. Grayscale: #5B5B5B. Windows color (decimal): -4834043 or 343478. OLE color: 343478.

HSL color Cylindrical-coordinate representation of color #B63D05: hue angle of 18.98º 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 #B63D05 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB182615-
CMYK00.660.970.29
HSL18.98º94.65%36.67%-
HSV(B)18.98º97.25%71.37%-
XYZ20.9913.291.6-
YUV90.7979.59193.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.39%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=73.39%
G=24.60%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18261500.660.970.2918.9894.6536.67
HexB63D5042611D135f25
Octal2667550102141352313745
Binary1011011011110110101000010110000111101100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D05; }

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

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

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

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

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

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

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

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