#B4340E

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

Shades of Rust #B4340E

Tints of Rust #B4340E

Color information

#B4340E (or 0xB4340E) is unknown color: approx Rust. HEX triplet: B4, 34 and 0E. RGB value is (180,52,14). Sum of RGB (Red+Green+Blue) = 180+52+14=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B4340E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4340E is #4BCBF1. Grayscale: #565656. Windows color (decimal): -4967410 or 930996. OLE color: 930996.

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

Color convert

RGB1805214-
CMYK00.710.920.29
HSL13.73º85.57%38.04%-
HSV(B)13.73º92.22%70.59%-
XYZ20.1312.191.71-
YUV85.9487.41195.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.17%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=73.17%
G=21.14%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180521400.710.920.2913.7385.5738.04
HexB434E0475C1De5626
Octal26464160107134351612646
Binary1011010011010011100100011110111001110111101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4340E; }

 p { color: rgb(180,52,14); }

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

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

 a { background-color: rgb(180,52,14); }

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

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

 span { border-color: rgb(180,52,14); }

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