#B3410F

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

Shades of Rust #B3410F

Tints of Rust #B3410F

Color information

#B3410F (or 0xB3410F) is unknown color: approx Rust. HEX triplet: B3, 41 and 0F. RGB value is (179,65,15). Sum of RGB (Red+Green+Blue) = 179+65+15=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3410F is #4CBEF0. Grayscale: #5D5D5D. Windows color (decimal): -5029617 or 999859. OLE color: 999859.

HSL color Cylindrical-coordinate representation of color #B3410F: hue angle of 18.29º 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 #B3410F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1796515-
CMYK00.640.920.30
HSL18.29º84.54%38.04%-
HSV(B)18.29º91.62%70.2%-
XYZ20.5713.41.95-
YUV93.3983.77189.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.11%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=69.11%
G=25.10%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179651500.640.920.3018.2984.5438.04
HexB341F0405C1E125526
Octal263101170100134362212546
Binary101100111000001111101000000101110011110100101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3410F; }

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

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

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

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

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

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

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

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