#B4510C

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

Shades of Rust #B4510C

Tints of Rust #B4510C

Color information

#B4510C (or 0xB4510C) is unknown color: approx Rust. HEX triplet: B4, 51 and 0C. RGB value is (180,81,12). Sum of RGB (Red+Green+Blue) = 180+81+12=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4510C is #4BAEF3. Grayscale: #676767. Windows color (decimal): -4959988 or 807348. OLE color: 807348.

HSL color Cylindrical-coordinate representation of color #B4510C: hue angle of 24.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4510C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1808112-
CMYK00.550.930.29
HSL24.64º87.5%37.65%-
HSV(B)24.64º93.33%70.59%-
XYZ21.8315.612.21-
YUV102.7376.8183.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.93%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=65.93%
G=29.67%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180811200.550.930.2924.6487.537.65
HexB451C0375D1D195826
Octal26412114067135353113046
Binary10110100101000111000110111101110111101110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4510C; }

 p { color: rgb(180,81,12); }

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

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

 a { background-color: rgb(180,81,12); }

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

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

 span { border-color: rgb(180,81,12); }

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