#B63205

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

Shades of Rust #B63205

Tints of Rust #B63205

Color information

#B63205 (or 0xB63205) is unknown color: approx Rust. HEX triplet: B6, 32 and 05. RGB value is (182,50,5). Sum of RGB (Red+Green+Blue) = 182+50+5=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B63205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63205 is #49CDFA. Grayscale: #545454. Windows color (decimal): -4836859 or 340662. OLE color: 340662.

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

Color convert

RGB182505-
CMYK00.730.970.29
HSL15.25º94.65%36.67%-
HSV(B)15.25º97.25%71.37%-
XYZ20.4612.241.43-
YUV84.3483.23197.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.79%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=76.79%
G=21.10%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18250500.730.970.2915.2594.6536.67
HexB6325049611Df5f25
Octal2666250111141351713745
Binary101101101100101010100100111000011110111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63205; }

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

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

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

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

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

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

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

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