#B14E09

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

Shades of Rust #B14E09

Tints of Rust #B14E09

Color information

#B14E09 (or 0xB14E09) is unknown color: approx Rust. HEX triplet: B1, 4E and 09. RGB value is (177,78,9). Sum of RGB (Red+Green+Blue) = 177+78+9=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14E09 is #4EB1F6. Grayscale: #646464. Windows color (decimal): -5157367 or 609969. OLE color: 609969.

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

Color convert

RGB177789-
CMYK00.560.950.31
HSL24.64º90.32%36.47%-
HSV(B)24.64º94.92%69.41%-
XYZ20.9114.822.02-
YUV99.7376.8183.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 9 (3.91% from 255) = 3.41%
R=67.05%
G=29.55%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17778900.560.950.3124.6490.3236.47
HexB14E90385F1F195a24
Octal26111611070137373113244
Binary10110001100111010010111000101111111111110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E09; }

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

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

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

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

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

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

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

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