#B13D0F

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

Shades of Rust #B13D0F

Tints of Rust #B13D0F

Color information

#B13D0F (or 0xB13D0F) is unknown color: approx Rust. HEX triplet: B1, 3D and 0F. RGB value is (177,61,15). Sum of RGB (Red+Green+Blue) = 177+61+15=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D0F is #4EC2F0. Grayscale: #5A5A5A. Windows color (decimal): -5161713 or 998833. OLE color: 998833.

HSL color Cylindrical-coordinate representation of color #B13D0F: hue angle of 17.04º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B13D0F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1776115-
CMYK00.660.920.31
HSL17.04º84.38%37.65%-
HSV(B)17.04º91.53%69.41%-
XYZ19.8912.721.86-
YUV90.4485.43189.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.96%
GREEN value IS 61 (24.22% from 255) = 24.11%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=69.96%
G=24.11%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177611500.660.920.3117.0484.3837.65
HexB13DF0425C1F115426
Octal26175170102134372112446
Binary10110001111101111101000010101110011111100011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D0F; }

 p { color: rgb(177,61,15); }

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

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

 a { background-color: rgb(177,61,15); }

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

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

 span { border-color: rgb(177,61,15); }

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