#B14409

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

Shades of Rust #B14409

Tints of Rust #B14409

Color information

#B14409 (or 0xB14409) is unknown color: approx Rust. HEX triplet: B1, 44 and 09. RGB value is (177,68,9). Sum of RGB (Red+Green+Blue) = 177+68+9=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B14409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14409 is #4EBBF6. Grayscale: #5E5E5E. Windows color (decimal): -5159927 or 607409. OLE color: 607409.

HSL color Cylindrical-coordinate representation of color #B14409: hue angle of 21.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14409 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177689-
CMYK00.620.950.31
HSL21.07º90.32%36.47%-
HSV(B)21.07º94.92%69.41%-
XYZ20.2513.51.8-
YUV93.8680.11187.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.69%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 9 (3.91% from 255) = 3.54%
R=69.69%
G=26.77%
B=3.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17768900.620.950.3121.0790.3236.47
HexB144903E5F1F155a24
Octal26110411076137372513244
Binary10110001100010010010111110101111111111101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14409; }

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

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

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

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

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

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

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

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