#B14400

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

Shades of Rust #B14400

Tints of Rust #B14400

Color information

#B14400 (or 0xB14400) is unknown color: approx Rust. HEX triplet: B1, 44 and 00. RGB value is (177,68,0). Sum of RGB (Red+Green+Blue) = 177+68+0=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B14400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14400 is #4EBBFF. Grayscale: #5D5D5D. Windows color (decimal): -5159936 or 17585. OLE color: 17585.

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

Color convert

RGB177680-
CMYK00.6210.31
HSL23.05º100%34.71%-
HSV(B)23.05º100%69.41%-
XYZ20.213.481.54-
YUV92.8475.61188.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 72.24%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.24%
G=27.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17768000.6210.3123.0510034.71
HexB144003E641F176423
Octal2611040076144372714443
Binary10110001100010000111110110010011111101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14400; }

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

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

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

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

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

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

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

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