#b63f0a

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

Shades of Rust #B63F0A

Tints of Rust #B63F0A

Color information

#B63F0A (or 0xB63F0A) is unknown color: approx Rust. HEX triplet: B6, 3F and 0A. RGB value is (182,63,10). Sum of RGB (Red+Green+Blue) = 182+63+10=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F0A is #49C0F5. Grayscale: #5C5C5C. Windows color (decimal): -4833526 or 671670. OLE color: 671670.

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

Color convert

RGB1826310-
CMYK00.650.950.29
HSL18.49º89.58%37.65%-
HSV(B)18.49º94.51%71.37%-
XYZ21.1213.521.78-
YUV92.5481.42191.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.37%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=71.37%
G=24.71%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182631000.650.950.2918.4989.5837.65
HexB63FA0415F1D125a26
Octal26677120101137352213246
Binary10110110111111101001000001101111111101100101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63f0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63f0a; }

 p { color: rgb(182,63,10); }

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

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

 a { background-color: rgb(182,63,10); }

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

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

 span { border-color: rgb(182,63,10); }

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