#B4351A

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

Shades of Rust #B4351A

Tints of Rust #B4351A

Color information

#B4351A (or 0xB4351A) is unknown color: approx Rust. HEX triplet: B4, 35 and 1A. RGB value is (180,53,26). Sum of RGB (Red+Green+Blue) = 180+53+26=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4351A is #4BCAE5. Grayscale: #585858. Windows color (decimal): -4967142 or 1717684. OLE color: 1717684.

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

Color convert

RGB1805326-
CMYK00.710.860.29
HSL10.52º74.76%40.39%-
HSV(B)10.52º85.56%70.59%-
XYZ20.2812.322.29-
YUV87.993.08193.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=69.50%
G=20.46%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180532600.710.860.2910.5274.7640.39
HexB4351A047561Db4b28
Octal26465320107126351311350
Binary10110100110101110100100011110101101110110111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4351A; }

 p { color: rgb(180,53,26); }

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

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

 a { background-color: rgb(180,53,26); }

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

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

 span { border-color: rgb(180,53,26); }

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