#B14C0D

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

Shades of Rust #B14C0D

Tints of Rust #B14C0D

Color information

#B14C0D (or 0xB14C0D) is unknown color: approx Rust. HEX triplet: B1, 4C and 0D. RGB value is (177,76,13). Sum of RGB (Red+Green+Blue) = 177+76+13=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C0D is #4EB3F2. Grayscale: #636363. Windows color (decimal): -5157875 or 871601. OLE color: 871601.

HSL color Cylindrical-coordinate representation of color #B14C0D: hue angle of 23.05º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B14C0D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1777613-
CMYK00.570.930.31
HSL23.05º86.32%37.25%-
HSV(B)23.05º92.66%69.41%-
XYZ20.7914.552.09-
YUV99.0279.46183.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=66.54%
G=28.57%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177761300.570.930.3123.0586.3237.25
HexB14CD0395D1F175625
Octal26111415071135372712645
Binary10110001100110011010111001101110111111101111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C0D; }

 p { color: rgb(177,76,13); }

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

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

 a { background-color: rgb(177,76,13); }

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

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

 span { border-color: rgb(177,76,13); }

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