#B3480F

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

Shades of Rust #B3480F

Tints of Rust #B3480F

Color information

#B3480F (or 0xB3480F) is unknown color: approx Rust. HEX triplet: B3, 48 and 0F. RGB value is (179,72,15). Sum of RGB (Red+Green+Blue) = 179+72+15=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B3480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3480F is #4CB7F0. Grayscale: #616161. Windows color (decimal): -5027825 or 1001651. OLE color: 1001651.

HSL color Cylindrical-coordinate representation of color #B3480F: hue angle of 20.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3480F is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1797215-
CMYK00.600.920.30
HSL20.85º84.54%38.04%-
HSV(B)20.85º91.62%70.2%-
XYZ20.9914.252.1-
YUV97.4981.45186.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.29%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=67.29%
G=27.07%
B=5.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179721500.600.920.3020.8584.5438.04
HexB348F03C5C1E155526
Octal26311017074134362512546
Binary10110011100100011110111100101110011110101011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3480F; }

 p { color: rgb(179,72,15); }

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

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

 a { background-color: rgb(179,72,15); }

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

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

 span { border-color: rgb(179,72,15); }

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