#B14F09

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

Shades of Rust #B14F09

Tints of Rust #B14F09

Color information

#B14F09 (or 0xB14F09) is unknown color: approx Rust. HEX triplet: B1, 4F and 09. RGB value is (177,79,9). Sum of RGB (Red+Green+Blue) = 177+79+9=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F09 is #4EB0F6. Grayscale: #646464. Windows color (decimal): -5157111 or 610225. OLE color: 610225.

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

Color convert

RGB177799-
CMYK00.550.950.31
HSL25º90.32%36.47%-
HSV(B)25º94.92%69.41%-
XYZ20.9814.962.04-
YUV100.3276.47182.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 9 (3.91% from 255) = 3.40%
R=66.79%
G=29.81%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17779900.550.950.312590.3236.47
HexB14F90375F1F195a24
Octal26111711067137373113244
Binary10110001100111110010110111101111111111110011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F09; }

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

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

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

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

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

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

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

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