#B43C1F

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

Shades of Rust #B43C1F

Tints of Rust #B43C1F

Color information

#B43C1F (or 0xB43C1F) is unknown color: approx Rust. HEX triplet: B4, 3C and 1F. RGB value is (180,60,31). Sum of RGB (Red+Green+Blue) = 180+60+31=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C1F is #4BC3E0. Grayscale: #5C5C5C. Windows color (decimal): -4965345 or 2047156. OLE color: 2047156.

HSL color Cylindrical-coordinate representation of color #B43C1F: hue angle of 11.68º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B43C1F is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1806031-
CMYK00.670.830.29
HSL11.68º70.62%41.37%-
HSV(B)11.68º82.78%70.59%-
XYZ20.6913.032.72-
YUV92.5793.26190.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.42%
GREEN value IS 60 (23.83% from 255) = 22.14%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=66.42%
G=22.14%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180603100.670.830.2911.6870.6241.37
HexB43C1F043531Dc4729
Octal26474370103123351410751
Binary10110100111100111110100001110100111110111001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C1F; }

 p { color: rgb(180,60,31); }

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

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

 a { background-color: rgb(180,60,31); }

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

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

 span { border-color: rgb(180,60,31); }

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