#B1340D

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

Shades of Rust #B1340D

Tints of Rust #B1340D

Color information

#B1340D (or 0xB1340D) is unknown color: approx Rust. HEX triplet: B1, 34 and 0D. RGB value is (177,52,13). Sum of RGB (Red+Green+Blue) = 177+52+13=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1340D is #4ECBF2. Grayscale: #555555. Windows color (decimal): -5164019 or 865457. OLE color: 865457.

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

Color convert

RGB1775213-
CMYK00.710.930.31
HSL14.27º86.32%37.25%-
HSV(B)14.27º92.66%69.41%-
XYZ19.4311.831.64-
YUV84.9387.41193.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.14%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 13 (5.47% from 255) = 5.37%
R=73.14%
G=21.49%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177521300.710.930.3114.2786.3237.25
HexB134D0475D1Fe5625
Octal26164150107135371612645
Binary1011000111010011010100011110111011111111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1340D; }

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

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

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

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

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

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

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

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