#B13D0A

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

Shades of Rust #B13D0A

Tints of Rust #B13D0A

Color information

#B13D0A (or 0xB13D0A) is unknown color: approx Rust. HEX triplet: B1, 3D and 0A. RGB value is (177,61,10). Sum of RGB (Red+Green+Blue) = 177+61+10=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D0A is #4EC2F5. Grayscale: #5A5A5A. Windows color (decimal): -5161718 or 671153. OLE color: 671153.

HSL color Cylindrical-coordinate representation of color #B13D0A: hue angle of 18.32º degrees, saturation: 0.89, 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 #B13D0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1776110-
CMYK00.660.940.31
HSL18.32º89.3%36.67%-
HSV(B)18.32º94.35%69.41%-
XYZ19.8512.711.69-
YUV89.8782.93190.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.37%
GREEN value IS 61 (24.22% from 255) = 24.60%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=71.37%
G=24.60%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177611000.660.940.3118.3289.336.67
HexB13DA0425E1F125925
Octal26175120102136372213145
Binary10110001111101101001000010101111011111100101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D0A; }

 p { color: rgb(177,61,10); }

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

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

 a { background-color: rgb(177,61,10); }

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

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

 span { border-color: rgb(177,61,10); }

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