#B43A15

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

Shades of Rust #B43A15

Tints of Rust #B43A15

Color information

#B43A15 (or 0xB43A15) is unknown color: approx Rust. HEX triplet: B4, 3A and 15. RGB value is (180,58,21). Sum of RGB (Red+Green+Blue) = 180+58+21=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A15 is #4BC5EA. Grayscale: #5A5A5A. Windows color (decimal): -4965867 or 1391284. OLE color: 1391284.

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

Color convert

RGB1805821-
CMYK00.680.880.29
HSL13.96º79.1%39.41%-
HSV(B)13.96º88.33%70.59%-
XYZ20.4712.782.1-
YUV90.2688.92192.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 21 (8.59% from 255) = 8.11%
R=69.50%
G=22.39%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180582100.680.880.2913.9679.139.41
HexB43A15044581De4f27
Octal26472250104130351611747
Binary10110100111010101010100010010110001110111101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A15; }

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

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

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

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

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

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

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

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