#B14809

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

Shades of Rust #B14809

Tints of Rust #B14809

Color information

#B14809 (or 0xB14809) is unknown color: approx Rust. HEX triplet: B1, 48 and 09. RGB value is (177,72,9). Sum of RGB (Red+Green+Blue) = 177+72+9=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B14809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14809 is #4EB7F6. Grayscale: #606060. Windows color (decimal): -5158903 or 608433. OLE color: 608433.

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

Color convert

RGB177729-
CMYK00.590.950.31
HSL22.5º90.32%36.47%-
HSV(B)22.5º94.92%69.41%-
XYZ20.5141.88-
YUV96.2178.79185.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.60%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 9 (3.91% from 255) = 3.49%
R=68.60%
G=27.91%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17772900.590.950.3122.590.3236.47
HexB148903B5F1F165a24
Octal26111011073137372613244
Binary10110001100100010010111011101111111111101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14809; }

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

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

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

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

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

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

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

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