#B5420D

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

Shades of Rust #B5420D

Tints of Rust #B5420D

Color information

#B5420D (or 0xB5420D) is unknown color: approx Rust. HEX triplet: B5, 42 and 0D. RGB value is (181,66,13). Sum of RGB (Red+Green+Blue) = 181+66+13=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5420D is #4ABDF2. Grayscale: #5E5E5E. Windows color (decimal): -4898291 or 869045. OLE color: 869045.

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

Color convert

RGB1816613-
CMYK00.640.930.29
HSL18.93º86.6%38.04%-
HSV(B)18.93º92.82%70.98%-
XYZ21.0813.751.92-
YUV94.3482.1189.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.62%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 13 (5.47% from 255) = 5%
R=69.62%
G=25.38%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181661300.640.930.2918.9386.638.04
HexB542D0405D1D135726
Octal265102150100135352312746
Binary101101011000010110101000000101110111101100111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5420D; }

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

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

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

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

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

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

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

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