#B13F00

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

Shades of Rust #B13F00

Tints of Rust #B13F00

Color information

#B13F00 (or 0xB13F00) is unknown color: approx Rust. HEX triplet: B1, 3F and 00. RGB value is (177,63,0). Sum of RGB (Red+Green+Blue) = 177+63+0=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F00 is #4EC0FF. Grayscale: #5A5A5A. Windows color (decimal): -5161216 or 16305. OLE color: 16305.

HSL color Cylindrical-coordinate representation of color #B13F00: hue angle of 21.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B13F00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB177630-
CMYK00.6410.31
HSL21.36º100%34.71%-
HSV(B)21.36º100%69.41%-
XYZ19.9112.91.44-
YUV89.977.27190.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.75%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.75%
G=26.25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17763000.6410.3121.3610034.71
HexB13F0040641F156423
Octal2617700100144372514443
Binary10110001111111001000000110010011111101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F00; }

 p { color: rgb(177,63,0); }

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

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

 a { background-color: rgb(177,63,0); }

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

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

 span { border-color: rgb(177,63,0); }

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