#B13F09

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

Shades of Rust #B13F09

Tints of Rust #B13F09

Color information

#B13F09 (or 0xB13F09) is unknown color: approx Rust. HEX triplet: B1, 3F and 09. RGB value is (177,63,9). Sum of RGB (Red+Green+Blue) = 177+63+9=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F09 is #4EC0F6. Grayscale: #5B5B5B. Windows color (decimal): -5161207 or 606129. OLE color: 606129.

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

Color convert

RGB177639-
CMYK00.640.950.31
HSL19.29º90.32%36.47%-
HSV(B)19.29º94.92%69.41%-
XYZ19.9612.921.7-
YUV90.9381.77189.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.08%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 9 (3.91% from 255) = 3.61%
R=71.08%
G=25.30%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17763900.640.950.3119.2990.3236.47
HexB13F90405F1F135a24
Octal26177110100137372313244
Binary10110001111111100101000000101111111111100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F09; }

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

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

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

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

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

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

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

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