#B13A1E

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

Shades of Rust #B13A1E

Tints of Rust #B13A1E

Color information

#B13A1E (or 0xB13A1E) is unknown color: approx Rust. HEX triplet: B1, 3A and 1E. RGB value is (177,58,30). Sum of RGB (Red+Green+Blue) = 177+58+30=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A1E is #4EC5E1. Grayscale: #5A5A5A. Windows color (decimal): -5162466 or 1981105. OLE color: 1981105.

HSL color Cylindrical-coordinate representation of color #B13A1E: hue angle of 11.43º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B13A1E is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB1775830-
CMYK00.670.830.31
HSL11.43º71.01%40.59%-
HSV(B)11.43º83.05%69.41%-
XYZ19.8812.472.59-
YUV90.3993.92189.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 58 (23.05% from 255) = 21.89%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=66.79%
G=21.89%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177583000.670.830.3111.4371.0140.59
HexB13A1E043531Fb4729
Octal26172360103123371310751
Binary10110001111010111100100001110100111111110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A1E; }

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

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

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

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

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

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

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

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