#B5421F

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

Shades of Rust #B5421F

Tints of Rust #B5421F

Color information

#B5421F (or 0xB5421F) is unknown color: approx Rust. HEX triplet: B5, 42 and 1F. RGB value is (181,66,31). Sum of RGB (Red+Green+Blue) = 181+66+31=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5421F is #4ABDE0. Grayscale: #606060. Windows color (decimal): -4898273 or 2048693. OLE color: 2048693.

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

Color convert

RGB1816631-
CMYK00.640.830.29
HSL14º70.75%41.57%-
HSV(B)14º82.87%70.98%-
XYZ21.2513.822.84-
YUV96.491.1188.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.11%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 31 (12.5% from 255) = 11.15%
R=65.11%
G=23.74%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181663100.640.830.291470.7541.57
HexB5421F040531De472a
Octal265102370100123351610752
Binary101101011000010111110100000010100111110111101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5421F; }

 p { color: rgb(181,66,31); }

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

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

 a { background-color: rgb(181,66,31); }

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

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

 span { border-color: rgb(181,66,31); }

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