#B13A0B

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

Shades of Rust #B13A0B

Tints of Rust #B13A0B

Color information

#B13A0B (or 0xB13A0B) is unknown color: approx Rust. HEX triplet: B1, 3A and 0B. RGB value is (177,58,11). Sum of RGB (Red+Green+Blue) = 177+58+11=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13A0B is #4EC5F4. Grayscale: #585858. Windows color (decimal): -5162485 or 735921. OLE color: 735921.

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

Color convert

RGB1775811-
CMYK00.670.940.31
HSL16.99º88.3%36.86%-
HSV(B)16.99º93.79%69.41%-
XYZ19.712.41.67-
YUV88.2284.42191.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.95%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=71.95%
G=23.58%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177581100.670.940.3116.9988.336.86
HexB13AB0435E1F115825
Octal26172130103136372113045
Binary10110001111010101101000011101111011111100011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A0B; }

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

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

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

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

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

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

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

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