#B14802

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

Shades of Rust #B14802

Tints of Rust #B14802

Color information

#B14802 (or 0xB14802) is unknown color: approx Rust. HEX triplet: B1, 48 and 02. RGB value is (177,72,2). Sum of RGB (Red+Green+Blue) = 177+72+2=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B14802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14802 is #4EB7FD. Grayscale: #5F5F5F. Windows color (decimal): -5158910 or 149681. OLE color: 149681.

HSL color Cylindrical-coordinate representation of color #B14802: hue angle of 24º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B14802 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB177722-
CMYK00.590.990.31
HSL24º97.77%35.1%-
HSV(B)24º98.87%69.41%-
XYZ20.4613.991.68-
YUV95.4175.29186.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.52%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=70.52%
G=28.69%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17772200.590.990.312497.7735.1
HexB148203B631F186223
Octal2611102073143373014243
Binary101100011001000100111011110001111111110001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14802; }

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

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

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

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

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

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

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

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