#B44603

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

Shades of Rust #B44603

Tints of Rust #B44603

Color information

#B44603 (or 0xB44603) is unknown color: approx Rust. HEX triplet: B4, 46 and 03. RGB value is (180,70,3). Sum of RGB (Red+Green+Blue) = 180+70+3=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B44603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44603 is #4BB9FC. Grayscale: #5F5F5F. Windows color (decimal): -4962813 or 214708. OLE color: 214708.

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

Color convert

RGB180703-
CMYK00.610.980.29
HSL22.71º96.72%35.88%-
HSV(B)22.71º98.33%70.59%-
XYZ21.0314.091.7-
YUV95.2575.94188.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.15%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=71.15%
G=27.67%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18070300.610.980.2922.7196.7235.88
HexB446303D621D176124
Octal2641063075142352714144
Binary101101001000110110111101110001011101101111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44603; }

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

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

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

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

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

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

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

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