#B13A16

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

Shades of Rust #B13A16

Tints of Rust #B13A16

Color information

#B13A16 (or 0xB13A16) is unknown color: approx Rust. HEX triplet: B1, 3A and 16. RGB value is (177,58,22). Sum of RGB (Red+Green+Blue) = 177+58+22=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13A16 is #4EC5E9. Grayscale: #595959. Windows color (decimal): -5162474 or 1456817. OLE color: 1456817.

HSL color Cylindrical-coordinate representation of color #B13A16: hue angle of 13.94º 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 #B13A16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1775822-
CMYK00.670.880.31
HSL13.94º77.89%39.02%-
HSV(B)13.94º87.57%69.41%-
XYZ19.7912.432.12-
YUV89.4889.92190.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 58 (23.05% from 255) = 22.57%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=68.87%
G=22.57%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177582200.670.880.3113.9477.8939.02
HexB13A16043581Fe4e27
Octal26172260103130371611647
Binary10110001111010101100100001110110001111111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A16; }

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

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

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

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

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

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

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

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