#B13100

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

Shades of Rust #B13100

Tints of Rust #B13100

Color information

#B13100 (or 0xB13100) is unknown color: approx Rust. HEX triplet: B1, 31 and 00. RGB value is (177,49,0). Sum of RGB (Red+Green+Blue) = 177+49+0=226 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.32% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 177 - color contains mainly: red. Hex color #B13100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13100 is #4ECEFF. Grayscale: #525252. Windows color (decimal): -5164800 or 12721. OLE color: 12721.

HSL color Cylindrical-coordinate representation of color #B13100: hue angle of 16.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B13100 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB177490-
CMYK00.7210.31
HSL16.61º100%34.71%-
HSV(B)16.61º100%69.41%-
XYZ19.2311.541.21-
YUV81.6981.91195.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 78.32%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.32%
G=21.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17749000.7210.3116.6110034.71
HexB1310048641F116423
Octal2616100110144372114443
Binary10110001110001001001000110010011111100011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13100; }

 p { color: rgb(177,49,0); }

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

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

 a { background-color: rgb(177,49,0); }

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

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

 span { border-color: rgb(177,49,0); }

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