#B43B12

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

Shades of Rust #B43B12

Tints of Rust #B43B12

Color information

#B43B12 (or 0xB43B12) is unknown color: approx Rust. HEX triplet: B4, 3B and 12. RGB value is (180,59,18). Sum of RGB (Red+Green+Blue) = 180+59+18=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43B12 is #4BC4ED. Grayscale: #5A5A5A. Windows color (decimal): -4965614 or 1194932. OLE color: 1194932.

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

Color convert

RGB1805918-
CMYK00.670.90.29
HSL15.19º81.82%38.82%-
HSV(B)15.19º90%70.59%-
XYZ20.512.871.98-
YUV90.5187.09191.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.04%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=70.04%
G=22.96%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180591800.670.90.2915.1981.8238.82
HexB43B120435A1Df5227
Octal26473220103132351712247
Binary10110100111011100100100001110110101110111111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B12; }

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

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

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

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

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

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

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

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