#B63A0F

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

Shades of Rust #B63A0F

Tints of Rust #B63A0F

Color information

#B63A0F (or 0xB63A0F) is unknown color: approx Rust. HEX triplet: B6, 3A and 0F. RGB value is (182,58,15). Sum of RGB (Red+Green+Blue) = 182+58+15=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A0F is #49C5F0. Grayscale: #5A5A5A. Windows color (decimal): -4834801 or 998070. OLE color: 998070.

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

Color convert

RGB1825815-
CMYK00.680.920.29
HSL15.45º84.77%38.63%-
HSV(B)15.45º91.76%71.37%-
XYZ20.8913.011.86-
YUV90.1785.58193.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=71.37%
G=22.75%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182581500.680.920.2915.4584.7738.63
HexB63AF0445C1Df5527
Octal26672170104134351712547
Binary1011011011101011110100010010111001110111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A0F; }

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

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

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

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

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

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

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

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