#B4330E

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

Shades of Rust #B4330E

Tints of Rust #B4330E

Color information

#B4330E (or 0xB4330E) is unknown color: approx Rust. HEX triplet: B4, 33 and 0E. RGB value is (180,51,14). Sum of RGB (Red+Green+Blue) = 180+51+14=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B4330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4330E is #4BCCF1. Grayscale: #555555. Windows color (decimal): -4967666 or 930740. OLE color: 930740.

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

Color convert

RGB1805114-
CMYK00.720.920.29
HSL13.37º85.57%38.04%-
HSV(B)13.37º92.22%70.59%-
XYZ20.0912.11.69-
YUV85.3587.74195.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 73.47%
GREEN value IS 51 (20.31% from 255) = 20.82%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=73.47%
G=20.82%
B=5.71%

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
Decimal180511400.720.920.2913.3785.5738.04
HexB433E0485C1Dd5626
Octal26463160110134351512646
Binary1011010011001111100100100010111001110111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4330E; }

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

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

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

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

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

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

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

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