#B44D03

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

Shades of Rust #B44D03

Tints of Rust #B44D03

Color information

#B44D03 (or 0xB44D03) is unknown color: approx Rust. HEX triplet: B4, 4D and 03. RGB value is (180,77,3). Sum of RGB (Red+Green+Blue) = 180+77+3=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44D03 is #4BB2FC. Grayscale: #636363. Windows color (decimal): -4961021 or 216500. OLE color: 216500.

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

Color convert

RGB180773-
CMYK00.570.980.29
HSL25.08º96.72%35.88%-
HSV(B)25.08º98.33%70.59%-
XYZ21.4915.021.85-
YUV99.3673.62185.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.23%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=69.23%
G=29.62%
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
Decimal18077300.570.980.2925.0896.7235.88
HexB44D3039621D196124
Octal2641153071142353114144
Binary101101001001101110111001110001011101110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44D03; }

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

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

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

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

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

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

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

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