#B43E0C

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

Shades of Rust #B43E0C

Tints of Rust #B43E0C

Color information

#B43E0C (or 0xB43E0C) is unknown color: approx Rust. HEX triplet: B4, 3E and 0C. RGB value is (180,62,12). Sum of RGB (Red+Green+Blue) = 180+62+12=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43E0C is #4BC1F3. Grayscale: #5B5B5B. Windows color (decimal): -4964852 or 802484. OLE color: 802484.

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

Color convert

RGB1806212-
CMYK00.660.930.29
HSL17.86º87.5%37.65%-
HSV(B)17.86º93.33%70.59%-
XYZ20.6113.181.8-
YUV91.5883.09191.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.87%
GREEN value IS 62 (24.61% from 255) = 24.41%
BLUE value IS 12 (5.08% from 255) = 4.72%
R=70.87%
G=24.41%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180621200.660.930.2917.8687.537.65
HexB43EC0425D1D125826
Octal26476140102135352213046
Binary10110100111110110001000010101110111101100101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E0C; }

 p { color: rgb(180,62,12); }

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

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

 a { background-color: rgb(180,62,12); }

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

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

 span { border-color: rgb(180,62,12); }

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