#B43C0E

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

Shades of Rust #B43C0E

Tints of Rust #B43C0E

Color information

#B43C0E (or 0xB43C0E) is unknown color: approx Rust. HEX triplet: B4, 3C and 0E. RGB value is (180,60,14). Sum of RGB (Red+Green+Blue) = 180+60+14=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43C0E is #4BC3F1. Grayscale: #5A5A5A. Windows color (decimal): -4965362 or 933044. OLE color: 933044.

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

Color convert

RGB1806014-
CMYK00.670.920.29
HSL16.63º85.57%38.04%-
HSV(B)16.63º92.22%70.59%-
XYZ20.5212.971.84-
YUV90.6484.76191.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.87%
GREEN value IS 60 (23.83% from 255) = 23.62%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=70.87%
G=23.62%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180601400.670.920.2916.6385.5738.04
HexB43CE0435C1D115626
Octal26474160103134352112646
Binary10110100111100111001000011101110011101100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C0E; }

 p { color: rgb(180,60,14); }

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

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

 a { background-color: rgb(180,60,14); }

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

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

 span { border-color: rgb(180,60,14); }

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