#B1340B

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

Shades of Rust #B1340B

Tints of Rust #B1340B

Color information

#B1340B (or 0xB1340B) is unknown color: approx Rust. HEX triplet: B1, 34 and 0B. RGB value is (177,52,11). Sum of RGB (Red+Green+Blue) = 177+52+11=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1340B is #4ECBF4. Grayscale: #545454. Windows color (decimal): -5164021 or 734385. OLE color: 734385.

HSL color Cylindrical-coordinate representation of color #B1340B: hue angle of 14.82º degrees, saturation: 0.88, 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 #B1340B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1775211-
CMYK00.710.940.31
HSL14.82º88.3%36.86%-
HSV(B)14.82º93.79%69.41%-
XYZ19.4211.831.58-
YUV84.786.41193.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.75%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 11 (4.69% from 255) = 4.58%
R=73.75%
G=21.67%
B=4.58%

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
Decimal177521100.710.940.3114.8288.336.86
HexB134B0475E1Ff5825
Octal26164130107136371713045
Binary1011000111010010110100011110111101111111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1340B; }

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

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

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

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

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

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

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

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