#B43D0F

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

Shades of Rust #B43D0F

Tints of Rust #B43D0F

Color information

#B43D0F (or 0xB43D0F) is unknown color: approx Rust. HEX triplet: B4, 3D and 0F. RGB value is (180,61,15). Sum of RGB (Red+Green+Blue) = 180+61+15=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43D0F is #4BC2F0. Grayscale: #5B5B5B. Windows color (decimal): -4965105 or 998836. OLE color: 998836.

HSL color Cylindrical-coordinate representation of color #B43D0F: hue angle of 16.73º degrees, saturation: 0.85, 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 #B43D0F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1806115-
CMYK00.660.920.29
HSL16.73º84.62%38.24%-
HSV(B)16.73º91.67%70.59%-
XYZ20.5813.081.89-
YUV91.3484.92191.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.31%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=70.31%
G=23.83%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180611500.660.920.2916.7384.6238.24
HexB43DF0425C1D115526
Octal26475170102134352112546
Binary10110100111101111101000010101110011101100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D0F; }

 p { color: rgb(180,61,15); }

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

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

 a { background-color: rgb(180,61,15); }

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

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

 span { border-color: rgb(180,61,15); }

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