#B13900

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

Shades of Rust #B13900

Tints of Rust #B13900

Color information

#B13900 (or 0xB13900) is unknown color: approx Rust. HEX triplet: B1, 39 and 00. RGB value is (177,57,0). Sum of RGB (Red+Green+Blue) = 177+57+0=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13900 is #4EC6FF. Grayscale: #565656. Windows color (decimal): -5162752 or 14769. OLE color: 14769.

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

Color convert

RGB177570-
CMYK00.6810.31
HSL19.32º100%34.71%-
HSV(B)19.32º100%69.41%-
XYZ19.5912.271.34-
YUV86.3879.26192.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 75.64%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.64%
G=24.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17757000.6810.3119.3210034.71
HexB1390044641F136423
Octal2617100104144372314443
Binary10110001111001001000100110010011111100111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13900; }

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

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

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

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

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

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

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

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