#B13F16

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

Shades of Rust #B13F16

Tints of Rust #B13F16

Color information

#B13F16 (or 0xB13F16) is unknown color: approx Rust. HEX triplet: B1, 3F and 16. RGB value is (177,63,22). Sum of RGB (Red+Green+Blue) = 177+63+22=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F16 is #4EC0E9. Grayscale: #5C5C5C. Windows color (decimal): -5161194 or 1458097. OLE color: 1458097.

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

Color convert

RGB1776322-
CMYK00.640.880.31
HSL15.87º77.89%39.02%-
HSV(B)15.87º87.57%69.41%-
XYZ20.0512.962.2-
YUV92.4188.27188.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.56%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 22 (8.98% from 255) = 8.40%
R=67.56%
G=24.05%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177632200.640.880.3115.8777.8939.02
HexB13F16040581F104e27
Octal26177260100130372011647
Binary101100011111111011001000000101100011111100001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F16; }

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

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

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

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

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

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

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

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