#B43B1F

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

Shades of Rust #B43B1F

Tints of Rust #B43B1F

Color information

#B43B1F (or 0xB43B1F) is unknown color: approx Rust. HEX triplet: B4, 3B and 1F. RGB value is (180,59,31). Sum of RGB (Red+Green+Blue) = 180+59+31=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B1F is #4BC4E0. Grayscale: #5C5C5C. Windows color (decimal): -4965601 or 2046900. OLE color: 2046900.

HSL color Cylindrical-coordinate representation of color #B43B1F: hue angle of 11.28º 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 #B43B1F is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1805931-
CMYK00.670.830.29
HSL11.28º70.62%41.37%-
HSV(B)11.28º82.78%70.59%-
XYZ20.6312.932.7-
YUV91.9993.59190.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 31 (12.5% from 255) = 11.48%
R=66.67%
G=21.85%
B=11.48%

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
Decimal180593100.670.830.2911.2870.6241.37
HexB43B1F043531Db4729
Octal26473370103123351310751
Binary10110100111011111110100001110100111110110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B1F; }

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

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

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

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

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

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

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

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