#B43311

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

Shades of Rust #B43311

Tints of Rust #B43311

Color information

#B43311 (or 0xB43311) is unknown color: approx Rust. HEX triplet: B4, 33 and 11. RGB value is (180,51,17). Sum of RGB (Red+Green+Blue) = 180+51+17=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B43311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43311 is #4BCCEE. Grayscale: #555555. Windows color (decimal): -4967663 or 1127348. OLE color: 1127348.

HSL color Cylindrical-coordinate representation of color #B43311: hue angle of 12.52º 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 #B43311 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1805117-
CMYK00.720.910.29
HSL12.52º82.74%38.63%-
HSV(B)12.52º90.56%70.59%-
XYZ20.1112.111.81-
YUV85.789.24195.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72.58%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 17 (7.03% from 255) = 6.85%
R=72.58%
G=20.56%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180511700.720.910.2912.5282.7438.63
HexB433110485B1Dd5327
Octal26463210110133351512347
Binary10110100110011100010100100010110111110111011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43311; }

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

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

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

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

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

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

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

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