#b1300c

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

Shades of Rust #B1300C

Tints of Rust #B1300C

Color information

#B1300C (or 0xB1300C) is unknown color: approx Rust. HEX triplet: B1, 30 and 0C. RGB value is (177,48,12). Sum of RGB (Red+Green+Blue) = 177+48+12=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B1300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1300C is #4ECFF3. Grayscale: #525252. Windows color (decimal): -5165044 or 798897. OLE color: 798897.

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

Color convert

RGB1774812-
CMYK00.730.930.31
HSL13.09º87.3%37.06%-
HSV(B)13.09º93.22%69.41%-
XYZ19.2511.491.55-
YUV82.4788.24195.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.68%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=74.68%
G=20.25%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177481200.730.930.3113.0987.337.06
HexB130C0495D1Fd5725
Octal26160140111135371512745
Binary1011000111000011000100100110111011111111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1300c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1300c; }

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

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

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

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

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

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

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

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