#B4381F

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

Shades of Rust #B4381F

Tints of Rust #B4381F

Color information

#B4381F (or 0xB4381F) is unknown color: approx Rust. HEX triplet: B4, 38 and 1F. RGB value is (180,56,31). Sum of RGB (Red+Green+Blue) = 180+56+31=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B4381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4381F is #4BC7E0. Grayscale: #5A5A5A. Windows color (decimal): -4966369 or 2046132. OLE color: 2046132.

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

Color convert

RGB1805631-
CMYK00.690.830.29
HSL10.07º70.62%41.37%-
HSV(B)10.07º82.78%70.59%-
XYZ20.4812.632.65-
YUV90.2394.58192.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.42%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=67.42%
G=20.97%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180563100.690.830.2910.0770.6241.37
HexB4381F045531Da4729
Octal26470370105123351210751
Binary10110100111000111110100010110100111110110101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4381F; }

 p { color: rgb(180,56,31); }

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

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

 a { background-color: rgb(180,56,31); }

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

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

 span { border-color: rgb(180,56,31); }

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