#B43A1F

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

Shades of Rust #B43A1F

Tints of Rust #B43A1F

Color information

#B43A1F (or 0xB43A1F) is unknown color: approx Rust. HEX triplet: B4, 3A and 1F. RGB value is (180,58,31). Sum of RGB (Red+Green+Blue) = 180+58+31=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A1F is #4BC5E0. Grayscale: #5B5B5B. Windows color (decimal): -4965857 or 2046644. OLE color: 2046644.

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

Color convert

RGB1805831-
CMYK00.680.830.29
HSL10.87º70.62%41.37%-
HSV(B)10.87º82.78%70.59%-
XYZ20.5812.832.69-
YUV91.493.92191.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=66.91%
G=21.56%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180583100.680.830.2910.8770.6241.37
HexB43A1F044531Db4729
Octal26472370104123351310751
Binary10110100111010111110100010010100111110110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A1F; }

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

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

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

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

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

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

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

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