#B44E03

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

Shades of Rust #B44E03

Tints of Rust #B44E03

Color information

#B44E03 (or 0xB44E03) is unknown color: approx Rust. HEX triplet: B4, 4E and 03. RGB value is (180,78,3). Sum of RGB (Red+Green+Blue) = 180+78+3=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44E03 is #4BB1FC. Grayscale: #646464. Windows color (decimal): -4960765 or 216756. OLE color: 216756.

HSL color Cylindrical-coordinate representation of color #B44E03: hue angle of 25.42º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B44E03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB180783-
CMYK00.570.980.29
HSL25.42º96.72%35.88%-
HSV(B)25.42º98.33%70.59%-
XYZ21.5615.161.88-
YUV99.9573.29185.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.97%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=68.97%
G=29.89%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18078300.570.980.2925.4296.7235.88
HexB44E3039621D196124
Octal2641163071142353114144
Binary101101001001110110111001110001011101110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44E03; }

 p { color: rgb(180,78,3); }

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

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

 a { background-color: rgb(180,78,3); }

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

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

 span { border-color: rgb(180,78,3); }

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