#B44B03

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

Shades of Rust #B44B03

Tints of Rust #B44B03

Color information

#B44B03 (or 0xB44B03) is unknown color: approx Rust. HEX triplet: B4, 4B and 03. RGB value is (180,75,3). Sum of RGB (Red+Green+Blue) = 180+75+3=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B03 is #4BB4FC. Grayscale: #626262. Windows color (decimal): -4961533 or 215988. OLE color: 215988.

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

Color convert

RGB180753-
CMYK00.580.980.29
HSL24.41º96.72%35.88%-
HSV(B)24.41º98.33%70.59%-
XYZ21.3514.741.81-
YUV98.1974.29186.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.77%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 3 (1.56% from 255) = 1.16%
R=69.77%
G=29.07%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18075300.580.980.2924.4196.7235.88
HexB44B303A621D186124
Octal2641133072142353014144
Binary101101001001011110111010110001011101110001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B03; }

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

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

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

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

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

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

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

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