#B43A1B

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

Shades of Rust #B43A1B

Tints of Rust #B43A1B

Color information

#B43A1B (or 0xB43A1B) is unknown color: approx Rust. HEX triplet: B4, 3A and 1B. RGB value is (180,58,27). Sum of RGB (Red+Green+Blue) = 180+58+27=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A1B is #4BC5E4. Grayscale: #5B5B5B. Windows color (decimal): -4965861 or 1784500. OLE color: 1784500.

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

Color convert

RGB1805827-
CMYK00.680.850.29
HSL12.16º73.91%40.59%-
HSV(B)12.16º85%70.59%-
XYZ20.5312.812.43-
YUV90.9491.92191.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.92%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=67.92%
G=21.89%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180582700.680.850.2912.1673.9140.59
HexB43A1B044551Dc4a29
Octal26472330104125351411251
Binary10110100111010110110100010010101011110111001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A1B; }

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

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

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

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

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

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

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

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