#B43C1D

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

Shades of Rust #B43C1D

Tints of Rust #B43C1D

Color information

#B43C1D (or 0xB43C1D) is unknown color: approx Rust. HEX triplet: B4, 3C and 1D. RGB value is (180,60,29). Sum of RGB (Red+Green+Blue) = 180+60+29=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C1D is #4BC3E2. Grayscale: #5C5C5C. Windows color (decimal): -4965347 or 1916084. OLE color: 1916084.

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

Color convert

RGB1806029-
CMYK00.670.840.29
HSL12.32º72.25%40.98%-
HSV(B)12.32º83.89%70.59%-
XYZ20.6613.022.59-
YUV92.3592.26190.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 29 (11.72% from 255) = 10.78%
R=66.91%
G=22.30%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180602900.670.840.2912.3272.2540.98
HexB43C1D043541Dc4829
Octal26474350103124351411051
Binary10110100111100111010100001110101001110111001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C1D; }

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

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

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

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

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

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

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

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