#B43512

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

Shades of Rust #B43512

Tints of Rust #B43512

Color information

#B43512 (or 0xB43512) is unknown color: approx Rust. HEX triplet: B4, 35 and 12. RGB value is (180,53,18). Sum of RGB (Red+Green+Blue) = 180+53+18=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B43512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43512 is #4BCAED. Grayscale: #575757. Windows color (decimal): -4967150 or 1193396. OLE color: 1193396.

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

Color convert

RGB1805318-
CMYK00.710.90.29
HSL12.96º81.82%38.82%-
HSV(B)12.96º90%70.59%-
XYZ20.212.291.88-
YUV86.9889.08194.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.71%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 18 (7.42% from 255) = 7.17%
R=71.71%
G=21.12%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180531800.710.90.2912.9681.8238.82
HexB435120475A1Dd5227
Octal26465220107132351512247
Binary10110100110101100100100011110110101110111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43512; }

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

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

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

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

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

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

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

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