#B1300B

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

Shades of Rust #B1300B

Tints of Rust #B1300B

Color information

#B1300B (or 0xB1300B) is unknown color: approx Rust. HEX triplet: B1, 30 and 0B. RGB value is (177,48,11). Sum of RGB (Red+Green+Blue) = 177+48+11=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B1300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1300B is #4ECFF4. Grayscale: #525252. Windows color (decimal): -5165045 or 733361. OLE color: 733361.

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

Color convert

RGB1774811-
CMYK00.730.940.31
HSL13.37º88.3%36.86%-
HSV(B)13.37º93.79%69.41%-
XYZ19.2511.491.52-
YUV82.3587.74195.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 11 (4.69% from 255) = 4.66%
R=75%
G=20.34%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177481100.730.940.3113.3788.336.86
HexB130B0495E1Fd5825
Octal26160130111136371513045
Binary1011000111000010110100100110111101111111011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1300B; }

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

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

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

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

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

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

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

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