#B43411

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

Shades of Rust #B43411

Tints of Rust #B43411

Color information

#B43411 (or 0xB43411) is unknown color: approx Rust. HEX triplet: B4, 34 and 11. RGB value is (180,52,17). Sum of RGB (Red+Green+Blue) = 180+52+17=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B43411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43411 is #4BCBEE. Grayscale: #565656. Windows color (decimal): -4967407 or 1127604. OLE color: 1127604.

HSL color Cylindrical-coordinate representation of color #B43411: hue angle of 12.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B43411 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1805217-
CMYK00.710.910.29
HSL12.88º82.74%38.63%-
HSV(B)12.88º90.56%70.59%-
XYZ20.1512.21.82-
YUV86.2888.91194.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.29%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=72.29%
G=20.88%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180521700.710.910.2912.8882.7438.63
HexB434110475B1Dd5327
Octal26464210107133351512347
Binary10110100110100100010100011110110111110111011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43411; }

 p { color: rgb(180,52,17); }

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

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

 a { background-color: rgb(180,52,17); }

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

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

 span { border-color: rgb(180,52,17); }

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