#B4320E

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

Shades of Rust #B4320E

Tints of Rust #B4320E

Color information

#B4320E (or 0xB4320E) is unknown color: approx Rust. HEX triplet: B4, 32 and 0E. RGB value is (180,50,14). Sum of RGB (Red+Green+Blue) = 180+50+14=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B4320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4320E is #4BCDF1. Grayscale: #555555. Windows color (decimal): -4967922 or 930484. OLE color: 930484.

HSL color Cylindrical-coordinate representation of color #B4320E: hue angle of 13.01º 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 #B4320E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1805014-
CMYK00.720.920.29
HSL13.01º85.57%38.04%-
HSV(B)13.01º92.22%70.59%-
XYZ20.0412.021.68-
YUV84.7788.07195.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.77%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 14 (5.86% from 255) = 5.74%
R=73.77%
G=20.49%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180501400.720.920.2913.0185.5738.04
HexB432E0485C1Dd5626
Octal26462160110134351512646
Binary1011010011001011100100100010111001110111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4320E; }

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

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

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

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

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

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

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

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