#B1340A

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

Shades of Rust #B1340A

Tints of Rust #B1340A

Color information

#B1340A (or 0xB1340A) is unknown color: approx Rust. HEX triplet: B1, 34 and 0A. RGB value is (177,52,10). Sum of RGB (Red+Green+Blue) = 177+52+10=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1340A is #4ECBF5. Grayscale: #545454. Windows color (decimal): -5164022 or 668849. OLE color: 668849.

HSL color Cylindrical-coordinate representation of color #B1340A: hue angle of 15.09º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1340A is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1775210-
CMYK00.710.940.31
HSL15.09º89.3%36.67%-
HSV(B)15.09º94.35%69.41%-
XYZ19.4111.831.55-
YUV84.5985.91193.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.06%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=74.06%
G=21.76%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177521000.710.940.3115.0989.336.67
HexB134A0475E1Ff5925
Octal26164120107136371713145
Binary1011000111010010100100011110111101111111111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1340A; }

 p { color: rgb(177,52,10); }

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

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

 a { background-color: rgb(177,52,10); }

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

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

 span { border-color: rgb(177,52,10); }

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