#B43912

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

Shades of Rust #B43912

Tints of Rust #B43912

Color information

#B43912 (or 0xB43912) is unknown color: approx Rust. HEX triplet: B4, 39 and 12. RGB value is (180,57,18). Sum of RGB (Red+Green+Blue) = 180+57+18=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B43912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43912 is #4BC6ED. Grayscale: #595959. Windows color (decimal): -4966126 or 1194420. OLE color: 1194420.

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

Color convert

RGB1805718-
CMYK00.680.90.29
HSL14.44º81.82%38.82%-
HSV(B)14.44º90%70.59%-
XYZ20.3912.671.94-
YUV89.3387.75192.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.59%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=70.59%
G=22.35%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180571800.680.90.2914.4481.8238.82
HexB439120445A1De5227
Octal26471220104132351612247
Binary10110100111001100100100010010110101110111101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43912; }

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

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

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

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

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

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

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

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